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

What are the different types of control structures in programming?

1082


How to get string length of given string in c?

1008


What is the difference between strcpy() and memcpy() function in c programming?

1025


Can true be a variable name in c?

985


What are the features of c language?

1021


How does pointer work in c?

1070


all c language question

2374


What is meant by errors and debugging?

1054


How can I trap or ignore keyboard interrupts like control-c?

1019


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

957


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

1037


Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

982


What is c variable?

996


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

1185


How do you view the path?

1074