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
Explain About delegates
What are Memory foot print of an exe?
What does the dispose method do with the connection object?
How can I use .NET components from COM programs?
Explain more on CLR
What is the meaning of console writeline in c#?
What are extensions in c#?
Explain code compilation in c#.
What is the difference between null and string empty in c#?
What is disco?
What is sqlcommand in c#?
How we convert private assembly into public assembly?
Why do we Need of static class in c#?
What is dictionary and hashtable in c#?
What is variable in c#?