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
Which driver is a pure java driver
Why do we need functions in c?
Is flag a keyword in c?
What is graph in c?
Describe the steps to insert data into a singly linked list.
What is difference between array and pointer in c?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What does *p++ do?
while initialization of array why we use a[][2] why not a[2][]...?
Explain the advantages and disadvantages of macros.
Why pointers are used?
Difference between Function to pointer and pointer to function
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What is cohesion and coupling in c?
How do you initialize pointer variables?