

InterviewSolution
Saved Bookmarks
1. |
Q.3-Wh ais Operators in CExplain in types. |
Answer» Anoperatoris a symbol that tells the compiler to perform specific mathematical or logical manipulations. C++is rich in built-inoperatorsand provide the followingtypesofoperators− ArithmeticOperators. RelationalOperators. LogicalOperators. |
|