Computer Science, asked by kanan5146, 2 months ago

explain types operators​

Answers

Answered by ItsMe099
2

Operators can be defined as basic symbols that help us work on logical and mathematical operations. Operators in C and C++, are tools or symbols that are used to perform mathematical operations concerning arithmetic, logical, conditional and, bitwise operations.

Answered by abishekbk2007
0

Answer:

All the operators we have discussed above can be categorised into following categories: Postfix operators, which follow a single operand. Unary prefix operators, which precede a single operand. Binary operators, which take two operands and perform a variety of arithmetic and logical operations.

Similar questions