printf("%d",(printf("Hello")); What it returns?
Answer Posted / dally
It will print hello with length of 5.Because return value of
printf is length of that string.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
How can I recover the file name given an open stream?
What is the benefit of using #define to declare a constant?
Explain what is the heap?
Explain the use of bit fieild.
What is malloc calloc and realloc in c?
How is a null pointer different from a dangling pointer?
Which is best linux os?
What is #error and use of it?
What is the use of header files?
How will you delete a node in DLL?
What is p in text message?
What do you understand by friend-functions? How are they used?
writ a program to compare using strcmp VIVA and viva with its output.
Explain the difference between null pointer and void pointer.