- 1
What is the use of scanf in programing
5 Answers
+ 2
In C programming, scanf() is one of the commonly used function to take input from the user. The scanf() function reads formatted input from the standard input such as keyboards.
Complete your course bro , will understand what it is !
+ 1
scanf() used to take input from the user.
https://code.sololearn.com/c5mevAfSz3TT/?ref=app
0
To read input from the user
- 1
What is the use of reading input from the user.what will happen inside that?
- 1
Hey 511 sathish Chinnolla
If you code to write sum of two numbers ,want to take numbers from that user you need to use scanf() , it will scan those two numbers form keyboard !
Complete 'C' course you will understand !