what is uniary operators and binary operators and what is
the difference



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

Post New Answer

More C Sharp Interview Questions

What is the difference between list and dictionary in c#?

0 Answers  


how can i get this 123456789 1234 6789 123 789 12 89 1 9

1 Answers   Excel,


Can a method be sealed in c#?

0 Answers  


What is serialization in .net?

0 Answers  


in a town the percentage of total men is 52. the percentage of total literacy is 48. if total percentage of literate men is 35 of total population. write a program to find out the total no of illiterate men and women.

3 Answers   HCL,


Is double a decimal?

0 Answers  


What is gridview c#?

0 Answers  


coding for delegates?

3 Answers   Tech Mahindra,


What is an extension method in c#?

0 Answers  


what is difference between is and as operators in c#?

0 Answers   Winsol Solutions,


Is list immutable in c#?

0 Answers  


Is it possible to force garbage collector to run?

0 Answers  


Categories