printf("%d",(printf("Hello")); What it returns?
Answer Posted / amit shrivastava
it will show hello5
hello from the inner printf and 5 value return by the outer
printf function,as printf return int value of the string
and in the example there is 5 wrds so the lenght is 5 which
it return.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What is maximum size of array in c?
What is the use of structure padding in c?
What is hashing in c?
Is fortran still used today?
How can you draw circles in C?
all c language question
What is d'n in c?
Write a program of prime number using recursion.
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What is static identifier?
Does c have enums?
What is console in c language?
What is a good data structure to use for storing lines of text?
What is "Duff's Device"?
Explain the Difference between the New and Malloc keyword.