what is the return type of printf
Answers were Sorted based on User's Feedback
Answer / venkat
RETURN TYPE OF THE PRINTF IS NO.OF CHAACTERS SUCCESSFULLY
PRINTED/DISPLAYED
| Is This Answer Correct ? | 17 Yes | 1 No |
Answer / naresh
Return type of the printf is the no of characters printed.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sateesh
The return type of Printf in C is Integer i.e the number of
characters printed.
| Is This Answer Correct ? | 1 Yes | 1 No |
How can my program discover the complete pathname to the executable from which it was invoked?
What does sizeof function do?
what is data structure
What are the advantages of c preprocessor?
4. main() { int c=- -2; printf("c=%d",c); }
What is structure and union in c?
List some applications of c programming language?
What is c language used for?
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
What is the difference between local variable and global variable in c?
Is boolean a datatype in c?
what is array?