InterviewSolution
Saved Bookmarks
| 1. |
What are arithmetic operators in C++? Distinguish between unary and binary arithmetic operators. Give examples for each of them. |
||||||||
|
Answer» Following are the arithmetic operators in C++: addition(+), subtraction(-), multiplication(*), division(/) and reminder(%).
|
|||||||||