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

main()
{
int i=5;
printf("%d%d%d%d",i++,i--,i);
}

Answer Posted / cholan

55545

Is This Answer Correct ?    0 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the benefit of using const for declaring constants?

1103


what are the facialities provided by you after the selection of the student.

2331


What is sizeof return in c?

1089


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

1308


Explain the difference between null pointer and void pointer.

1133


What is the sizeof () operator?

1132


What is function prototype in c language?

1087


What is malloc return c?

1080


difference between object file and executable file

6800


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

1288


Why is c not oop?

1038


Who invented b language?

1473


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

1206


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

1232


What do you mean by dynamic memory allocation in c?

1149