printf("%d",(printf("Hello")); What it returns?
Answer Posted / anil kumar
Result is Hello5
Inner printf prints Hello and outer printf gives length of
string i.e. 5
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What is new line escape sequence?
What is d'n in c?
What is a file descriptor in c?
What is the total generic pointer type?
What is pointers in c with example?
Do character constants represent numerical values?
Where define directive used?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What math functions are available for integers? For floating point?
Explain what is meant by high-order and low-order bytes?
What is a void pointer in c?
Can include files be nested?
What is the function of multilevel pointer in c?
Is c procedural or object oriented?
What language is lisp written in?