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

main()
{
int i=400,j=300;
printf("%d..%d");
}

Answer Posted / ravi

its machine Dependent

it displays garbage values in Linux

in some machines it will display 400 300
as they are on the top of stack

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is double pointer in c?

1091


Explain what is the difference between #include and #include 'file' ?

1087


What is the difference between functions getch() and getche()?

1141


What is array of structure in c?

1254


What does == mean in texting?

1396


How do you generate random numbers in C?

1247


Why c language is called c?

1067


Why flag is used in c?

1187


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

1137


Explain the difference between ++u and u++?

1191


What is a double c?

1042


State the difference between x3 and x[3].

1169


Which control loop is recommended if you have to execute set of statements for fixed number of times?

1414


Differentiate between #include<...> and #include '...'

1117


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

1125