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=5;
printf("%d",i++ + ++i);
}

Answer Posted / jignesh patel

i++=5
++i=6

so i++ + ++i = 5+6=11

Is This Answer Correct ?    6 Yes 26 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is the use of a semicolon (;) at the end of every program statement?

1262


Explain function?

1142


In C, What is the #line used for?

2332


Does free set pointer to null?

1067


What language is windows 1.0 written?

1139


Can a variable be both const and volatile?

1192


What is auto keyword in c?

1251


How does placing some code lines between the comment symbol help in debugging the code?

1064


Explain the advantages of using macro in c language?

1050


Do variables need to be initialized?

1113


write a program to display all prime numbers

2021


Define VARIABLE?

1237


largest Of three Number using without if condition?

1670


how do you execute a c program in unix.

1158


Why can’t we compare structures?

1327