printf("%d",(printf("Hello")); What it returns?
Answer Posted / aju.b
printf("%d",(printf("Hello")));
Result is Hello5
| Is This Answer Correct ? | 175 Yes | 15 No |
Post New Answer View All Answers
What is the usage of the pointer in c?
Why is extern used in c?
What is call by value in c?
How can I write a function analogous to scanf?
Linked lists -- can you tell me how to check whether a linked list is circular?
Explain what is the stack?
Tell me what is null pointer in c?
What are types of structure?
What is an array? What the different types of arrays in c?
how should functions be apportioned among source files?
What are the uses of null pointers?
Why is c so important?
Why do we use null pointer?
How many keywords (reserve words) are in c?
Difference between strcpy() and memcpy() function?