.......opraters work with single oprends ??
Answers
Answered by
0
Answer:
unary operators
Explanation:
Unary operators are the operators that requires one operand to operate upon.
For e. g: + , - , ~, Not
Answered by
0
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. ... Assignment operators, which assign a value to a variable.
Similar questions