printf("%d",(printf("Hello")); What it returns?
Answer Posted / anupam sen
printf function returns the number of character it prints
so output:Hello5
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Why isn't any of this standardized in c? Any real program has to do some of these things.
What are the 3 types of structures?
What are the salient features of c languages?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What is scope of variable in c?
What is an arrays?
What is scope and lifetime of a variable in c?
List some applications of c programming language?
What is the use of getchar() function?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
c program for searching a student details among 10 student details
Is flag a keyword in c?
Can you please explain the difference between syntax vs logical error?
What is the difference between mpi and openmp?
Do pointers need to be initialized?