what are fundamental operators in c++
Answers
Answered by
2
+, -, *, /, %,++,–,==,&&
are fundamental operators in c++
HOPE IT HELPS
are fundamental operators in c++
HOPE IT HELPS
Answered by
4
The ADDITION operator tells the compiler to add both of the operands 'a' and 'b'. C/C++ has many built-in operator types and they can be classified as: Arithmetic Operators: These are the operators used to perform arithmetic/mathematical operations on operands. Examples: (+, -, *, /, %,++,–)
Similar questions