Computer Science, asked by abu61667, 10 months ago

What are operators? What is thier functions? Give some examples of unary and binary operators.​

Answers

Answered by aysermalik
9

Operators are special symbols that perform specific operations on one, two, or three operands, and then return a result.

An operator, in Java, is a special symbols performing specific operations on one, two or three operands and then returning a result. The operators are classified and listed according to precedence order. Java operators are generally used to manipulate primitive data types.

Answered by eenishika
4

Answer:

An operator, in computer programing, is a symbol that usually represents an action or process. These symbols were adapted from mathematics and logic. An operator is capable of manipulating a certain value or operand

Similar questions