what is uniary operators and binary operators and what is
the difference
Answer Posted / 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 |
Post New Answer View All Answers
What’s thread.sleep() in threading ?
what is IEquatable
What is a method signature in c#?
Difference between Value type & reference types ? and give the example in .Net?
Why do we use static class in c#?
What is the use of nullable types in c#?
Is Multiple-inheritance supported by c#?
Is string nullable in c#?
Explain hash table in c# ?
Is .net and c# the same?
What is collection of classes in c#?
Why we use get set property in c#?
Can a class be protected in c#?
Difference between a sub and a function in c#.
What is var c#?