Computer Science, asked by hunter827186, 5 months ago

what is operator? Write name of operators.​

Answers

Answered by sanu137412
0

Answer:

An operator is a device without which no other device can take part in decision making.

Example - CPU of computer system.

Answered by lalitha14rlsv
3

Explanation:

An operator in programming terminology represents some specific type of action. An operator asks the compiler or interpreter to perform a specific type of operation and produce a final result.

The basic operators are:

1)Arithmetic operators (+, -, *,/,%)

2)Relational operators(>,<,=  etc)

3)Logical operators( &&, ||, !)

Hope it helps you:)

Similar questions