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


Please Help Members By Posting Answers For Below Questions

What is indirection in c?

615


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

600


What is wrong with this declaration?

606


What do you know about the use of bit field?

602


What is union and structure in c?

606






What is volatile, register definition in C

680


Explain how can you check to see whether a symbol is defined?

654


c language interview questions & answer

1452


a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

695


What is the use of printf() and scanf() functions?

622


Can two or more operators such as and be combined in a single line of program code?

799


Is there a way to compare two structure variables?

610


What is d'n in c?

624


How can I invoke another program or command and trap its output?

606


In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

2672