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


Please Help Members By Posting Answers For Below Questions

What is #include called?

834


Why doesnt this code work?

852


What does the format %10.2 mean when included in a printf statement?

1392


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

862


What is the most efficient way to store flag values?

942


What are runtime error?

896


What is clrscr ()?

907


What is abstract data structure in c?

804


Write a program to reverse a linked list in c.

898


What is the difference between arrays and pointers?

887


How many bytes is a struct in c?

948


How to establish connection with oracle database software from c language?

1975


What is openmp in c?

813


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

859


Explain how can type-insensitive macros be created?

808