+ 12
What is the return type of scanf() and printf() in C?
7 Answers
+ 11
in c language
+ 8
Which language?
Please specify.
+ 8
Please go through this... your problem will be solved...
https://www.hackerearth.com/practice/notes/printf-scanf-in-c/
+ 7
@Amit edit your question and add "C" to the tag.
+ 6
Please specify the language in your question.
It removes any confusion and leads to more answers.
If I am not wrong , this is C.
+ 4
printf() returns a int value that it prints.
for example :
printf("helloamit");
the answer will be 4.
it returns 4 as per 64 bit computer.