C Program to Print an Integer (Entered by the User)

In this program, integer entered by the user is stored in a variable. Then, that variable is displayed on the screen using printf() function.

Program to Print an Integer