Computer Science, asked by harsh6724, 1 year ago

what is uniary operator​


Sumanmi: They are the operators which operate on 1 operand

Answers

Answered by Anonymous
6

\huge\mathfrak{Answer}

A unary operator, in C#, is an operator that takes a single operand in an expression or a statement. The unary operators in C# are +, -,!, ~, ++, -- and the cast operator.


harsh6724: thanks
Anonymous: wlcm
harsh6724: ok
Answered by Hacket
0
An operand that take single operation in an expression.
Eg +,-,! etc
Similar questions