InterviewSolution
Saved Bookmarks
| 1. |
S++ or S = S+1, which can be recommended to increment the value by 1 and why? |
|
Answer» S++, as it is single machine instruction (INC) internally. |
|