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

232

Is This Answer Correct ?    2 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are shell structures used for?

1092


any "C" function by default returns an a) int value b) float value c) char value d) a & b

1133


hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

1958


Explain the difference between call by value and call by reference in c language?

1158


What is scope rule in c?

1122


What does c mean before a date?

1227


Do array subscripts always start with zero?

1360


What are the primitive data types in c?

1129


Explain how can I write functions that take a variable number of arguments?

1128


Describe wild pointers in c?

1161


How can you read a directory in a C program?

1178


The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none

1303


can any one provide me the notes of data structure for ignou cs-62 paper

2230


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

1282


How do you define a function?

1072