-
Pick out the correct statement
-
- post-increment is faster than Pre Increment
- Pre Increment is faster than post-increment
- pre increment is slower than post-increment
- All of above
- None of these
Correct Option: B
Because Pre Increment take one-byte instruction & post increment takes two-byte instruction.