c program print integer
This c program first inputs an integer and then prints it. Input is done using scanf function and number is printed on screen using printf.
C programming code
Output of program:
Enter an integer
45
Integer that you have entered is 45
No comments:
Post a Comment