what is uniary operator
Sumanmi:
They are the operators which operate on 1 operand
Answers
Answered by
6
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.
Answered by
0
An operand that take single operation in an expression.
Eg +,-,! etc
Eg +,-,! etc
Similar questions