Computer Science, asked by wmmilind123, 3 months ago

A____ operator works on single operand​

Answers

Answered by sumipree26
1

Answer:

Postfix operators, which follow a single operand.

Explanation:

Operators 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

Answered by jaspreetkaurjass
0

Answer:

Unary operators

Explanation:

It also negates an expression, or reversing a boolean 's value. It is possible to add increment as well as a decrement operator before the prefix or after the postfix in an operand.

Similar questions