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 output of the following program ?

main()
{
i = 1;
printf("%d %d %d\n",i,i++,i++);
}

Answer Posted / siva

1 1 2

Is This Answer Correct ?    1 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are keywords c?

1097


What tq means in chat?

1175


What is difference between far and near pointers?

1107


How do shell structures work?

1174


Difference between Shallow copy and Deep copy?

2076


Write a program with dynamically allocation of variable.

1183


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4753


What is the difference between new and malloc functions?

1183


What is the maximum no. of arguments that can be given in a command line in C.?

1201


Is malloc memset faster than calloc?

1132


how should functions be apportioned among source files?

1167


number of times a digit is present in a number

2081


Write a program which returns the first non repetitive character in the string?

1174


How we can insert comments in a c program?

1190


What is the need of structure in c?

1189