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
What is conio h in c?
Why do we use pointer to pointer in c?
How does sizeof know array size?
Is c procedural or functional?
What are the advantages and disadvantages of pointers?
Explain what does it mean when a pointer is used in an if statement?
What is "Hungarian Notation"?
Explain the use of 'auto' keyword in c programming?
Define Array of pointers.
How old is c programming language?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What is the role of this pointer?
What is a file descriptor in c?
What is structure in c definition?
Can the “if” function be used in comparing strings?