Write basic program in C language. It takes an integer as input from the user and displays it as output. Basically, this program illustrates the working of printf ans scanf function. This C program also demonstrates how integer variables are stored and accessed.
C Program to Print an Integer entered by the user - Source code
Program Output
Program Explanation
1. In this program an integer variable number is declared.
2. A message is displayed on the screen using printf function.
3. The integer entered by the user is stored in the variable number using scanf function.
4. At last, the stored integer is displayed on the screen using the printf function.
need an explanation for this answer? contact us directly to get an explanation for this answer