printf("%d",(printf("Hello")); What it returns?
Answer Posted / pavithra
error will occur because within a printf statement another
printf statement is present
Is This Answer Correct ? | 3 Yes | 15 No |
Post New Answer View All Answers
What is function pointer c?
Did c have any year 2000 problems?
Does c have enums?
Is c compiled or interpreted?
What is const and volatile in c?
Implement bit Array in C.
What is dynamic variable in c?
What is difference between scanf and gets?
What is a macro?
what is the role you expect in software industry?
How can I insert or delete a line (or record) in the middle of a file?
What are multidimensional arrays?
Explain what is a 'locale'?
Explain what is wrong with this program statement?
Why do we use null pointer?