+ 2
"WHAT 'scanf()' DO?
whats difference between 'scanf()' and 'printf()'?
13 ответов
+ 6
they are basic and formatted functions of C language.
printf is used to print any value or value of any variable of expression.
scanf is used to take input in standard way. standard means "with print controls like : %s for string, %c for single character, %d for integer etc
+ 4
The difference: printf() is for output, scanf() is for input...
+ 3
are you new in C language?
+ 3
then you have to practice it more and more
+ 3
I think at least 500 programs
+ 3
to clear all concepts
+ 2
scanf is like cin, it gets input of user.
+ 2
yes
+ 2
yes iam in new c languege
+ 2
r u sayin to create500 programs
+ 2
can u suggest me an app to code in c.
+ 2
request user to give input
+ 1
so how I learn it plz?