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
What is difference between static and readonly in c#?
What are the concepts of dispose method?
What does dbml stand for?
What is enum in c#?
What is attribute and reflection in c#?
Explain why do I get an error (cs1006) when trying to declare a method without specifying a return type?
What is cli in c#?
What does break do in loop?
Describe the overview of clr integration.
What is xpath in c#?
When would you use generics in your code c#?
Describe ado.net?
Does c# do array bounds checking?
Are arrays immutable c#?
what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?