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


Please Help Members By Posting Answers For Below Questions

What are 3 types of structures?

586


What library is sizeof in c?

557


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1468


What is union in c?

626


What is advantage of pointer in c?

681






Differentiate call by value and call by reference?

560


What is a static function in c?

612


What is a void pointer? When is a void pointer used?

614


What are 'near' and 'far' pointers?

609


What is the role of this pointer?

540


What is difference between structure and union?

591


How can a string be converted to a number?

506


What are identifiers and keywords in c?

561


What is the importance of c in your views?

585


Why is sizeof () an operator and not a function?

568