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...

void main()
{int i=2;
printf("%d%d%d",i,++i,i++);
getch();
}

Answer Posted / akshay

442

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the g value paradox?

1246


What is the difference between arrays and pointers?

1171


int i=10; printf("%d %d %d", i, i=20, i);

1693


Explain what is a 'locale'?

1126


What are the uses of a pointer?

1196


write a c program to calculate sum of digits till it reduces to a single digit using recursion

3376


I came across some code that puts a (void) cast before each call to printf. Why?

1266


What is getch c?

1341


Difference between exit() and _exit() function?

1175


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

1106


How do I get an accurate error status return from system on ms-dos?

1175


What is storage class?

1120


What is wrong with this declaration?

1154


What is use of pointer?

1161


what is the different bitween abap and abap-hr?

2414