printf("%d",(printf("Hello")); What it returns?
Answer Posted / vikas pawar
printf("%d",(printf("Hello"));
Result is Hello5
Inner printf prints Hello and outer printf gives length of
string i.e. 5
| Is This Answer Correct ? | 69 Yes | 8 No |
Post New Answer View All Answers
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What is a structure member in c?
What is sizeof int?
Can a program have two main functions?
Why do we use main function?
How can a string be converted to a number?
What is the difference between a string and an array?
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
Why do we need functions in c?
How can I send mail from within a c program?
What are structural members?
How can I find the modification date and time of a file?
What is calloc malloc realloc in c?
How is actual parameter different from the formal parameter?
What functions are in conio h?