wat is the output
#define VOLEDEMORT _who_must_not_be_named
int main()
{
printf("VOLEDEMORT");
}
Answers were Sorted based on User's Feedback
Answer / gorgeousgirl
VOLEDEMORT
reference:
http://codepad.org/Uks2ydDu
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sinchan garai
just
VOLEDEMORT
nothing more or less than that.
| Is This Answer Correct ? | 3 Yes | 1 No |
Program to find the sum of digits of a given number until the sum becomes a single digit
What is clrscr ()?
what is the full form of c language
How can I trap or ignore keyboard interrupts like control-c?
what is the difference between getch() and getche()?
how can make variable not in registers
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
which of 'arrays' or 'pointers' are faster?
Are the variables argc and argv are local to main?
Is c procedural or functional?
Explain how can you check to see whether a symbol is defined?
write a program to print the all 4digits numbers & whose squares must me even numbers?