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 / 123ghouse@gmail.com

3,2,2;

Is This Answer Correct ?    21 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is keyword in c?

1063


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

2289


How to draw the flowchart for structure programs?

9394


Compare array data type to pointer data type

1085


What is the value of uninitialized variable in c?

1088


What is the meaning of ?

1082


What is nested structure with example?

1137


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a

2008


How can you increase the size of a dynamically allocated array?

1237


How can I prevent another program from modifying part of a file that I am modifying?

1111


Explain how do you view the path?

1224


How can I find out the size of a file, prior to reading it in?

1225


What are structure members?

1144


What does stand for?

1143


What are the different file extensions involved when programming in C?

1345