

InterviewSolution
Saved Bookmarks
1. |
Classify the following Operators based on the number of operands: ++, +, !, !=, ?:, && |
Answer» bols which are used to do some mathematical or logical operations are CALLED as “OPERATORS”. The data items or values that the operators act upon are called as “Operands”. In C++, The operators are classified on the BASIS of the number of operands. Hope it HELPS you. |
|