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

its 12..
from right to left since printf executes from right to left for processing

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is main () in c?

1118


Explain the meaning of keyword 'extern' in a function declaration.

1210


Explain how can a program be made to print the line number where an error occurs?

1282


How are structure passing and returning implemented?

1092


What is a structure and why it is used?

1294


What are the storage classes in C?

1203


Why is c called a structured programming language?

1334


Explain enumerated types.

1086


Why is structure padding done in c?

1192


What is c standard library?

1271


What is the use of sizeof () in c?

1099


How do you do dynamic memory allocation in C applications?

1140


What is break in c?

1104


Difference between macros and inline functions? Can a function be forced as inline?

1351


State two uses of pointers in C?

1108