wat is the output

#define VOLEDEMORT _who_must_not_be_named
int main()
{
printf("VOLEDEMORT");
}

Answers were Sorted based on User's Feedback



wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VO..

Answer / gorgeousgirl

VOLEDEMORT

reference:
http://codepad.org/Uks2ydDu

Is This Answer Correct ?    2 Yes 0 No

wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VO..

Answer / sinchan garai

just

VOLEDEMORT

nothing more or less than that.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More C Interview Questions

What is the difference between far and near in c?

0 Answers  


wat s the meaning of (int *)p +4;

2 Answers  


Find the largest number from the given 2 numbers without using any loops and the conditional operator.

2 Answers  


triangle number finding program...

1 Answers   HCL,


Why do we use pointer to pointer in c?

0 Answers  


What is logical error?

0 Answers  


what's the return value of malloc()

9 Answers  


program in c to print 1 to 100 without using loop

9 Answers   Wipro,


Differentiate Source Codes from Object Codes

1 Answers  


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.

0 Answers   Amazon,


Can a pointer point to null?

0 Answers  


Convert the following expression to postfix and prefix (A+B) * (D-C)

3 Answers   Satyam,


Categories