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 does the c in ctime mean?
What is malloc return c?
how to count no of words,characters,lines in a paragraph.
What is the purpose of the statement: strcat (S2, S1)?
how to write optimum code to divide a 50 digit number with a 25 digit number??
Can I initialize unions?
Explain what is the use of a semicolon (;) at the end of every program statement?
how do you programme Carrier Sense Multiple Access
Explain what are the advantages and disadvantages of a heap?
What is the difference between functions abs() and fabs()?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Which header file is essential for using strcmp function?
What is c variable?
Explain how can I convert a number to a string?
How can I pad a string to a known length?