InterviewSolution
Saved Bookmarks
| 1. |
Which operator works only with integer variables?(a) increment(b) decrement(c) both increment & decrement(d) binary operatorI had been asked this question during an interview.I'd like to ask this question from Increment and Decrement in division Source Files, Classes and Operator Overloading in C++ of C++ |
|
Answer» Right answer is (c) both increment & decrement |
|