Computer Science, asked by shreya6926, 11 months ago

what are fundamental operators in c++

Answers

Answered by Sukanyayayayayayayay
2
+, -, *, /, %,++,–,==,&&
are fundamental operators in c++


HOPE IT HELPS
Answered by Anonymous
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