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

Why n++ execute faster than n+1 ?

Answer Posted / hrpynux@gmail.com

The expression n++ requires a single machine instruction such as INR to carry out the increment operation whereas, n+1 requires more instructions to carry out this operation.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why does not c have an exponentiation operator?

1114


Explain modulus operator. What are the restrictions of a modulus operator?

1057


Describe the difference between = and == symbols in c programming?

1446


What are local static variables?

1204


Why & is used in c?

1246


Is main is user defined function?

1205


What is wrong with this code?

1239


What does do in c?

1116


Can a variable be both constant and volatile?

1176


What is "Hungarian Notation"?

1166


What is a program flowchart and how does it help in writing a program?

1188


If errno contains a nonzero number, is there an error?

1428


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

1287


What do you understand by normalization of pointers?

1101


Explain the properties of union.

1130