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 create crystal reports give one detail example(i want to view age category report) please give suitable example in my small knowledge
What is generic method in c#?
what are the different ways a method can be overloaded?
Why constructor is used in c#?
Can abstract class have constructor?
What's difference between constants and static readonly?
Is there a way to force garbage collection?
How do I convert a string to an int in c#?
What is default constructor in c#?
What are generic types?
What is the difference between abstract and virtual?
What is the resgen.exe tool used for?
Explain the working of serialization?
what is the default access for a class
If dll and exe files are same it means you can deploy both the files in gac?