printf("%d",(printf("Hello")); What it returns?
Answer Posted / dinesh gupta
error
bcos one bracket is missing
if make correction
then out put is ........ hello5
reason..inner statement print hello and as wellas returns the lenth of the string to outer print statement,which give 5
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
When is a “switch” statement preferable over an “if” statement?
What is the best way to comment out a section of code that contains comments?
Why do we need arrays in c?
What are predefined functions in c?
What is main () in c language?
What is void c?
How is pointer initialized in c?
How was c created?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
What's the best way of making my program efficient?
What is the advantage of using #define to declare a constant?
What does it mean when a pointer is used in an if statement?
Should I learn c before c++?
What should malloc() do?
How do I send escape sequences to control a terminal or other device?