Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

number of times a digit is present in a number

1988


Differentiate between a for loop and a while loop? What are it uses?

1132


What are the 4 data types?

964


Which driver is a pure java driver

1532


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

2131


What is strcpy() function?

1087


Is c still used?

999


When should we use pointers in a c program?

1081


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

994


When is a void pointer used?

1192


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

1936


write a programming in c to find the sum of all elements in an array through function.

2115


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2367


What is array in c with example?

1166


What does %d do in c?

911