what is uniary operators and binary operators and what is
the difference
Answer / ravi kumar
uniary accepts only one operand in an expression.
when applied to numbers, yields the sum of the numbers is
called binary operators
a binary operator has two values it works with:
x + y
128 * 978
A unary operator has only one:
x++
++y
-z
Is This Answer Correct ? | 12 Yes | 1 No |
How do I create a .exe file?
Is c# pass by reference?
What are the types of comment in c# with examples?
What is bitwise operator in c#?
What are the different types of constructors?
What is private void in c#?
Why generics are used in c#?
What is the difference between structure and class in c#?
What is the Difference between a sub and a function?
Which config file has all the supported channels/protocol?
What does addressof operator do in background ?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).