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 / mallikharjuna

6 will come

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there any possibility to create customized header file with c programming language?

1065


What is a #include preprocessor?

1149


Explain how do you convert strings to numbers in c?

1078


Is c# a good language?

1009


What is wrong with this code?

1177


the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none

1053


What is || operator and how does it function in a program?

1084


Explain modulus operator. What are the restrictions of a modulus operator?

1012


How can I determine whether a machines byte order is big-endian or little-endian?

1056


Write a code on reverse string and its complexity.

1032


What is the symbol indicated the c-preprocessor?

1240


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

2496


What is the function of multilevel pointer in c?

1086


Is javascript based on c?

1061


How variables are declared in c?

1038