C Program to Print an Integer entered by user | Use of Scanf () in C | Tutorial #2 | Hindi / Urdu

Опубликовано: 08 Июнь 2026
на канале: Ask Faizan
1,690
29

#askfaizan | #syedfaizanahmad

Creating First Program ( Hello World ) in C Programming Language | Tutorial #1 | Hindi | Urdu :    • Creating First Program ( Hello World ) in ...  

Playlist C Programs :    • C Programs  

Write a C program to take an integer number from user and print it on screen.
Just as we use the printf() function to display content on the screen (the default output device), we use the scanf() function to receive input through the keyboard (the default input device).