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


Please Help Members By Posting Answers For Below Questions

What is difference between static and readonly in c#?

526


What are the concepts of dispose method?

570


What does dbml stand for?

637


What is enum in c#?

611


What is attribute and reflection in c#?

558






Explain why do I get an error (cs1006) when trying to declare a method without specifying a return type?

555


What is cli in c#?

586


What does break do in loop?

587


Describe the overview of clr integration.

565


What is xpath in c#?

563


When would you use generics in your code c#?

578


Describe ado.net?

660


Does c# do array bounds checking?

620


Are arrays immutable c#?

606


what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?

1760