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
What is the purpose of template?
How do you traverse a btree in backward in-order?
Explain about Virtual Function in C++?
What is the use of string in c++?
What is copy constructor? Can we make copy constructor private in c++?
Which bit wise operator is suitable for turning off a particular bit in a number?
What are references in c++?
What are built-in functions? What is the syntax for the definition?
What is rvalue?
Explain what you mean by a pointer.
State two differences between C and C++.
What are the two main components of c++?
What is cin clear () in c++?
What is functions syntax in c++?
Difference between an inspector and a mutator