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

What is memory leak in c?

1171


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3741


What is pointer to pointer in c with example?

1148


Why shouldn’t I start variable names with underscores?

1104


Explain why can’t constant values be used to define an array’s initial size?

1398


What is a newline escape sequence?

1153


Why we use stdio h in c?

1090


#include { printf("Hello"); } how compile time affects when we add additional header file .

1937


program to convert a integer to string in c language'

2502


Where define directive used?

1137


How can I read and write comma-delimited text?

1123


What is calloc malloc realloc in c?

1104


Write a program to generate random numbers in c?

1144


What are derived data types in c?

1123


pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

2385