wat is the output

#define VOLEDEMORT _who_must_not_be_named
int main()
{
printf("VOLEDEMORT");
}

Answers were Sorted based on User's Feedback



wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VO..

Answer / gorgeousgirl

VOLEDEMORT

reference:
http://codepad.org/Uks2ydDu

Is This Answer Correct ?    2 Yes 0 No

wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VO..

Answer / sinchan garai

just

VOLEDEMORT

nothing more or less than that.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More C Interview Questions

which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma

16 Answers   Accenture, Infosys, TCS, Wipro,


Tell us bitwise shift operators?

0 Answers  


Why is it usually a bad idea to use gets()? Suggest a workaround.

1 Answers  


I came across some code that puts a (void) cast before each call to printf. Why?

0 Answers  


what is recursion in C

0 Answers   Cap Gemini,






void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }

3 Answers  


Why void main is used in c?

0 Answers  


though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks

3 Answers   State Bank Of India SBI,


player is good if the following conditions are satisfied: He is either from “India”, “Japan” or “Korea” He has a minimum of 3 years of experience He has won at least 3 major tournaments, and one of them must be "World Championship Tournament". He must know more than 10 techniques. (but see next question) If he knows less than 10 techniques, then he must be a world champion. His name contains at least 3 words. For example "Sachin Tendulkar" will not meet this condition. Write a method: boolean isGoodPlayer(String name, String country, int yearsExperience, String[] majorTournamentsWon, String[] techniques, boolean isWorldChampion) name country yearsExperience majorTournamentsWon techniques isWorldChampion

1 Answers  


What does %p mean c?

0 Answers  


Difference between macros and inline functions? Can a function be forced as inline?

0 Answers   HAL, Honeywell, Zomato,


What are qualifiers?

0 Answers  


Categories