printf("%d",(printf("Hello")); What it returns?
Answer Posted / sreenivasulu buddhala
It returns Hello5.since the inner printf been called
first,it would return the number of characters printed
successfully.so the result is Hello5
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
I need a sort of an approximate strcmp routine?
if p is a string contained in a string?
What is static and volatile in c?
int far *near * p; means
Is c compiled or interpreted?
List the variables are used for writing doubly linked list program.
Do string constants represent numerical values?
What is the function of multilevel pointer in c?
what is a constant pointer in C
What is string in c language?
What is the difference between scanf and fscanf?
Explain the priority queues?
Explain what is the difference between a string and an array?
What is the meaning of c in c language?
What is union and structure in c?