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 / pooja keshri

321

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

difference between Low, Middle, High Level languages in c ?

2144


What is the difference between array and structure in c?

1248


What is variable in c example?

1133


Explain the difference between null pointer and void pointer.

1134


What are the two types of functions in c?

1059


In C programming, what command or code can be used to determine if a number of odd or even?

1097


hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

1963


Explain what is the difference between functions abs() and fabs()?

1262


Which is best book for data structures in c?

1142


What is the difference between int main and void main?

1101


What are predefined functions in c?

1157


What is the difference between break and continue?

1689


What is the c value paradox and how is it explained?

1109


Define recursion in c.

1352


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

1057