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 |
What is the difference between list and dictionary in c#?
how can i get this 123456789 1234 6789 123 789 12 89 1 9
Can a method be sealed in c#?
What is serialization in .net?
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.
Is double a decimal?
What is gridview c#?
coding for delegates?
What is an extension method in c#?
what is difference between is and as operators in c#?
Is list immutable in c#?
Is it possible to force garbage collector to run?