|
Technical Interview Questions
.Net Interview Questions
C++ Interview Questions
Unix Interview Questions
.........More
Download e-Books
C Interview Questions e-book
Aptitude Interview Questions
C/C++ Aptitude Questions
C Aptitude Questions
.........More
Online Quiz
C
Online Quiz
C++
Online Quiz
.........More
|
|
Home >
C Interview Questions >
Why n++ executes faster than n+1 ?
The expression n++ requires a single machine instruction such as INR to
carry out the increment operation whereas, n+1 requires more
instructions to carry out this operation.
Have a Question ?
post your questions here. It
will be answered as soon as possible.
|