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

13

i=i++--->6

++6=7

7+6=13

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is calloc in c?

1187


What is pass by reference in c?

1236


Is there a way to compare two structure variables?

1169


Differentiate fundamental data types and derived data types in C.

1087


What is variables in c?

1094


What does 3 periods mean in texting?

1131


What is the purpose of sprintf?

1202


In a switch statement, explain what will happen if a break statement is omitted?

1122


What are the types of bitwise operator?

1164


Explain goto?

1202


What is the difference between declaring a variable and defining a variable?

1341


What is bss in c?

1158


What functions are in conio h?

1262


Explain how can you be sure that a program follows the ansi c standard?

1534


Difference between exit() and _exit() function?

1177