wat is the output
#define VOLEDEMORT _who_must_not_be_named
int main()
{
printf("VOLEDEMORT");
}
Answer Posted / sinchan garai
just
VOLEDEMORT
nothing more or less than that.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Define macros.
What is difference between constant pointer and constant variable?
What is extern c used for?
What is the argument of a function in c?
Is it possible to execute code even after the program exits the main() function?
Explain what is the stack?
What are register variables? What are the advantage of using register variables?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
What is structure in c language?
What does %d do in c?
Why void main is used in c?
How can I get random integers in a certain range?
Why do we need arrays in c?
How to write c functions that modify head pointer of a linked list?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?