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
How to implement an object pool in c#.net.
What is desktop example?
What is var c#?
Describe the overview of clr integration.
How do I create a multilanguage?
What is the difference between ienumerable and enumerable?
What is a void c#?
Can you inherit multiple abstract classes in c#?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
What is dao in c#?
You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?
What is a c# delegate?
Can we change static value in c#?
hi, is compulsory .net knowledge need for biztalk server training. if need, how far?.tell me some info abt real time instructors in hyd or other?
What is dataset c#?