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
Explain how do you override a defined macro?
What is pivot in c?
Can a file other than a .h file be included with #include?
Explain logical errors? Compare with syntax errors.
c program for searching a student details among 10 student details
How can I recover the file name given an open stream or file descriptor?
What does typedef struct mean?
What is difference between union All statement and Union?
write a program in c language to print your bio-data on the screen by using functions.
What is the equivalent code of the following statement in WHILE LOOP format?
What is queue in c?
What does it mean when a pointer is used in an if statement?
How can type-insensitive macros be created?
Why ca not I do something like this?
Why are all header files not declared in every c program?