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...

what will be the output of this program........
main()
{
int a=2,b=4,c=6;
printf("%d");
}
why it gives the value of third variable.

Answer Posted / srinivas

the above question will give the output 0.

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why can’t constant values be used to define an array’s initial size?

1438


What is the mean of function?

1191


What is a #include preprocessor?

1222


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

2884


Why isn't any of this standardized in c? Any real program has to do some of these things.

1266


What is the value of uninitialized variable in c?

1088


how to write optimum code to divide a 50 digit number with a 25 digit number??

3298


What is declaration and definition in c?

1175


When should a type cast not be used?

1108


What is the modulus operator?

1258


What are the application of void data type in c?

1231


How can I get random integers in a certain range?

1125


What are keywords in c with examples?

1147


How can I write functions that take a variable number of arguments?

1188


What is a pointer in c?

1695