What are operations in c++
Answers
Answered by
1
An operator is a symbol that tells the compiler to perform specific mathematical or logical manipulations. C++ is rich in built-in operators and provide the following types of operators − Arithmetic Operators. Relational Operators.
I hope it can helps you
Answered by
1
Operators in C++ are -
●Assignment operators
●Mathematical operators
● Relational operators
●Logical operators
●Shift operators
●Bitwise operators
●Unary operations
●Ternary operations
●Comma operations
hope this will help you
please mark as brainliest
Similar questions