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 preincrement operator is faster than postincrement?

Answer Posted / devesh patel

b/c preeincrement take one byte instruction & post
increment takes two instruction

Is This Answer Correct ?    16 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?

1164


Can I uninstall microsoft c++ redistributable?

1190


What is a friend function in c++?

1777


What is a constructor and how is it called?

1094


What is set in c++?

1183


Is c++ built on c?

1081


What do the header files usually contains?

1119


What is atoi?

1024


find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.

2609


Do the names of parameters have to agree in the prototype, definition, and call to the function?

1079


What are the various arithmetic operators in c++?

1180


Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

1293


What is the use of setprecision in c++?

1054


Explain the auto storage classes in c++.

1156


write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num

2685