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 / arun raj

Hi Surenda,

I think the answer is a garbage value.. i tried in gcc &
visual studio.. but i got garbage n both the case.. can u
tell which compile u compiled & got this output.

Regards
Arun Raj

Is This Answer Correct ?    15 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where are c variables stored in memory?

1134


What is a void pointer? When is a void pointer used?

1106


What are inbuilt functions in c?

1080


Why main is not a keyword in c?

1318


What is meant by operator precedence?

1202


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

2227


What is volatile variable in c with example?

1089


Are the variables argc and argv are local to main?

1360


How many loops are there in c?

1163


What is the difference between typedef struct and struct?

1164


What do you mean by command line argument?

1227


Explain what is the benefit of using enum to declare a constant?

1131


hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

1958


What do you understand by normalization of pointers?

1101


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

1390