what is uniary operators and binary operators and what is
the difference



what is uniary operators and binary operators and what is the difference..

Answer / 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

More C Sharp Interview Questions

What is an interface class? Give one example of it

1 Answers  


What is difference between an reference type and value type in C#?

1 Answers   B-Ways TecnoSoft,


What is wrong with the sample program below?

1 Answers  


What do you mean by casting a data type?

1 Answers  


Define collections?

1 Answers  


What is a factory in c#?

1 Answers  


What do you mean by generic class in c#?

1 Answers  


What is _layout cshtml?

1 Answers  


What are the basic string operations? Explain.

1 Answers  


What is Web.config?

1 Answers   Amazon,


What is the real use of interface in c#?

1 Answers  


How do you define a predicate?

1 Answers  


Categories