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
Define constructor in c#.
What are the characteristics of c#?
How do I stop my console from closing in c#?
Write down the c# syntax to catch an exception
How do you prevent a class from being inherited?
What are console applications used for?
what is IComparable
What is meant by desktop application?
What is thread in c#?
What is the use of dll file in c#?
Please write a program to display “welcome to bestinterviewquestion.com” in c#?
What does convert toint32 mean?
What is the main usage of keyword “virtual†? How does it work for a method or property?
What is interface inheritance?
What is ienumerator c#?