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
number of times a digit is present in a number
Differentiate between a for loop and a while loop? What are it uses?
What are the 4 data types?
Which driver is a pure java driver
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is strcpy() function?
Is c still used?
When should we use pointers in a c program?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
When is a void pointer used?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
write a programming in c to find the sum of all elements in an array through function.
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is array in c with example?
What does %d do in c?