WordPress.com has a nice feature that displays links on each article to the previous and next articles.
But if you are on WordPress.org, you will need to custom code this feature, which is not something hard to achieve.
In order to implement this, just add the following code to functions.php.
Then, once you add the code to functions.php, make sure that you also copy the CSS to the style.css to add some basic style.