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 |
What is the difference between far and near in c?
wat s the meaning of (int *)p +4;
Find the largest number from the given 2 numbers without using any loops and the conditional operator.
triangle number finding program...
Why do we use pointer to pointer in c?
What is logical error?
what's the return value of malloc()
program in c to print 1 to 100 without using loop
Differentiate Source Codes from Object Codes
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Can a pointer point to null?
Convert the following expression to postfix and prefix (A+B) * (D-C)