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 |
how to print a statement in c without use of console statement ,with the help of if statement it should print
What is a char in c?
How can I handle floating-point exceptions gracefully?
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
what is mean by Garbage collection ? Please answer me. Advance thanks.
How do you determine the length of a string value that was stored in a variable?
what are bit fields in c?
write a own function to compare two strings with out using stringcomparition function?
What does typedef struct mean?
what is difference between array of characters and string
Explain the advantages of using macro in c language?
write a program to find out number of on bits in a number?