wat is the output
#define VOLEDEMORT _who_must_not_be_named
int main()
{
printf("VOLEDEMORT");
}
Answer Posted / gorgeousgirl
VOLEDEMORT
reference:
http://codepad.org/Uks2ydDu
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is define directive?
Explain the properties of union.
What is assignment operator?
Explain what is the use of a semicolon (;) at the end of every program statement?
differentiate built-in functions and user – defined functions.
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What is register variable in c language?
what are non standard function in c
What is variable and explain rules to declare variable in c?
Is a house a shell structure?
What are comments and how do you insert it in a C program?
what are # pragma staments?
What is main return c?
What are the loops in c?
How do I get a null pointer in my programs?