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 / veeraselvi.g

ans:12
explan:i++ means increment for 6 bt print will be 5;
other i++ for 6 to increment for 7
so ans is 12

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is main return c?

1050


Can the sizeof operator be used to tell the size of an array passed to a function?

1177


What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

1307


Explain how many levels deep can include files be nested?

1124


What is the process to create increment and decrement stamen in c?

1103


Explain what are its uses in c programming?

1126


What is variable in c example?

1133


Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

6024


What are the types of operators in c?

1105


How do I get a null pointer in my programs?

1165


Is printf a keyword?

1259


List some of the static data structures in C?

1244


What is the use of in c?

1085


Why we use void main in c?

1230


What is the difference between array and structure in c?

1245