Introduction - If you have any usage issues, please Google them yourself
In this program, an integer variable number is declared.
The printf() function displays Enter an integer: on the screen. Then, the scanf() function reads an integer data from the user and stores in variable number.
Finally, the value stored in the variable number is displayed on the screen using printf() function.