Vidyalelo
C++ Programming · Q164

Classes and Objects in C++

Programming · C++ Programming · question 164

Q164

Pick out the correct statement.

A.
Pre Increment is faster than post-increment
Answer
B.
post-increment is faster than Pre Increment
C.
pre increment is slower than post-increment
D.
pre decrement is slower than post-increment

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board