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 #include called?
Why doesnt this code work?
What does the format %10.2 mean when included in a printf statement?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
What is the most efficient way to store flag values?
What are runtime error?
What is clrscr ()?
What is abstract data structure in c?
Write a program to reverse a linked list in c.
What is the difference between arrays and pointers?
How many bytes is a struct in c?
How to establish connection with oracle database software from c language?
What is openmp in c?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
Explain how can type-insensitive macros be created?