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 are the differences between new and malloc?
What is a flag in c++?
What are the two types of comments?
What is new in c++?
What is abstraction in c++?
What are the 2 main types of data structures?
Give an example of run-time polymorphism/virtual functions.
What is c++ code?
What is atoi?
What is virtual destructor? What is its use?
Differentiate between an external iterator and an internal iterator?
Explain rtti.
What is lazy initialization in c++?
Why do we use string in c++?
Can we make copy constructor private in c++?