printf("%d",(printf("Hello")); What it returns?
Answer Posted / sangeetha
the inner printf statement will print Hello but the outer
printf is %d it will print an integer but we didnt call the
value it will give u the garbage value.and the output of the
program will be hello5.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is #include stdio h and #include conio h?
Is a house a shell structure?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What does %c do in c?
Lists the benefits of c programming language?
What is structure padding and packing in c?
Why is c faster?
What is meant by gets in c?
What is time complexity c?
Can we initialize extern variable in c?
What is masking?
Can you tell me how to check whether a linked list is circular?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What are the salient features of c languages?