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
Which type of language is c?
What is 'bus error'?
Why c is called free form language?
What is the difference between array and pointer in c?
about c language
What is %g in c?
diff between exptected result and requirement?
What are the different types of endless loops?
Why should I use standard library functions instead of writing my own?
What happens if a header file is included twice?
How can you check to see whether a symbol is defined?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
Differentiate abs() function from fabs() function.
Explain about block scope in c?
What is a double c?