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 is args c#?
What is generic method in c#?
Which constructor is called first in c#?
Is c# lazy thread safe?
How more than one version of an assembly can keep in same place?
explain the features of static/shared classes.
Explain how many types of exception handlers are there in .net?
What is a three-tier application.
Write a short note on interface?
Explain the Different types of configuration files in .net?
What is a dbml?
What is the difference between dynamic type variables and object type variables in c#?
Can you instantiate a struct without using a new operator in c#?
What is tryparse c#?
What is using keyword in C#?