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 / swetha

232

Is This Answer Correct ?    8 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I invoke another program or command and trap its output?

1148


Where are some collections of useful code fragments and examples?

1190


What is integer constants?

1129


How do I copy files?

1102


Why is c so popular?

1203


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

1100


Why header file is used in c?

1152


Explain how can you tell whether a program was compiled using c versus c++?

1144


Where static variables are stored in memory in c?

1050


What is void c?

1159


Can a local variable be volatile in c?

1050


What is structure in c definition?

1105


Explain pointer. What are function pointers in C?

1142


main() { printf("hello"); fork(); }

1246


Explain the use of bit fieild.

1196