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

244

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does sprintf put null character?

1089


Explain the difference between malloc() and calloc() in c?

1090


What do you mean by dynamic memory allocation in c? What functions are used?

1221


Explain what are bus errors, memory faults, and core dumps?

1314


Which header file should you include if you are to develop a function which can accept variable number of arguments?

1457


What is use of null pointer in c?

1055


please send me the code for multiplying sparse matrix using c

2219


Explain how can type-insensitive macros be created?

1040


What is meant by int main ()?

1253


Which is better malloc or calloc?

1155


What is a protocol in c?

1051


How can you determine the maximum value that a numeric variable can hold?

1292


What is the best style for code layout in c?

1139


How to explain the final year project as a fresher please answer with sample project

1022


What is output redirection?

1273