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

what is the output for this question:
main()
{
int i=1;
printf("%d%d%d",i,i++,++i);
}

Answer Posted / sandeep

1,1,2

Is This Answer Correct ?    5 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

1095


What is the difference between strcpy() and memcpy() function in c programming?

1086


Write a program to reverse a string.

1078


Why we use int main and void main?

1078


What is the best way to comment out a section of code that contains comments?

1342


shorting algorithmS

2255


Tell me about low level programming languages.

1129


What is openmp in c?

1024


What is c language and why we use it?

1072


What are the header files used in c language?

1055


What is the difference between variable declaration and variable definition in c?

1058


What is advantage of pointer in c?

1185


What are the types of c language?

1033


Write a program to print ASCII code for a given digit.

1093


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

1116