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

u get garbage value!!!

Is This Answer Correct ?    2 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I find the modification date and time of a file?

1124


cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration

1153


How can a number be converted to a string?

1393


what do you mean by inline function in C?

1100


What is identifier in c?

1063


writ a program to compare using strcmp VIVA and viva with its output.

2082


What is structure and union in c?

1204


Which built-in library function can be used to match a patter from the string?

1347


Explain how are 16- and 32-bit numbers stored?

1307


What is meant by type casting?

1106


How can I open files mentioned on the command line, and parse option flags?

1104


Explain about the functions strcat() and strcmp()?

1093


What is the difference between printf and scanf )?

1149


Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

1155


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

1293