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

Is string nullable in c#?

0 Answers  


Is typeof c#?

0 Answers  


What is difference between the "throw" and "throw ex" in .net?

0 Answers  


What is the difference between const and static read-only?

0 Answers  


Explain About .NET Framework

0 Answers  






What is a cs file?

0 Answers  


How do you create empty strings in c#?

0 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

0 Answers  


Can you inherit multiple classes in c#?

0 Answers  


What is a copy constructor in c#?

0 Answers  


How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?

0 Answers  


Hi to everybody. Lastweek i had taken an interview on c#. They ask what is boxing & unboxing, Masking.Please tell the answer and it is useful for me.

8 Answers  


Categories