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 is the output for this question:
main()
{
int i=1;
printf("%d%d%d",i,i++,++i);
}

Answer Posted / rameesh ka

answer is
3,2,2

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between new and malloc functions?

1183


Can a pointer be volatile in c?

1044


What are called c variables?

1127


How to delete a node from linked list w/o using collectons?

2825


Discuss the function of conditional operator, size of operator and comma operator with examples.

1215


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

1481


What are structure types in C?

1154


Why are algorithms important in c program?

1174


What is the best way to store flag values in a program?

1124


Explain how do I determine whether a character is numeric, alphabetic, and so on?

1181


Why is c called c not d or e?

1146


Why ca not I do something like this?

1065


show how link list can be used to repersent the following polynomial i) 5x+2

2398


What are the application of c?

1162


Is stack a keyword in c?

1150