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

3,2,2

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is array a primitive data type in c?

1133


What does char * * argv mean in c?

1123


Do you have any idea about the use of "auto" keyword?

1135


What are unions in c?

1087


What is void main () in c?

1253


How can you check to see whether a symbol is defined?

1140


Explain what are run-time errors?

1145


What is the right type to use for boolean values in c? Is there a standard type?

1064


program to convert a integer to string in c language'

2509


Write the test cases for checking a variable having value in range -10.0 to +10.0?

2372


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

1212


How can I recover the file name given an open stream or file descriptor?

1143


What are the keywords in c?

1177


Is it possible to execute code even after the program exits the main() function?

1396


Why isn't any of this standardized in c? Any real program has to do some of these things.

1266