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=5;
printf("%d%d%d%d",i++,i--,i);
}

Answer Posted / sunil5a2

4 5 5

printf excutes form lefthand side onwords..

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain enumerated types in c language?

1106


How will you divide two numbers in a MACRO?

1190


What is #include conio h?

1058


In C programming, what command or code can be used to determine if a number of odd or even?

1098


Explain what is the purpose of "extern" keyword in a function declaration?

1129


What is the difference between typedef struct and struct?

1172


What is your stream meaning?

1341


How to find a missed value, if you want to store 100 values in a 99 sized array?

1469


What's the best way of making my program efficient?

1157


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

1394


Explain the bubble sort algorithm.

1115


What is function definition in c?

1120


How do you list files in a directory?

1217


Is c# a good language?

1063


What are the types of i/o functions?

1425