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 it possible to access a remote web service Without UDDI?

0 Answers   TCS,


What are the 4 pillars of any object oriented programming language?

0 Answers  


What will be the output of the following code?

0 Answers  


Why do we Need of static class in c#?

0 Answers   NA,


List out the differences between array and arraylist in c#?

0 Answers  






What are the different types of literals in c#?

0 Answers  


how to sort an array in c#

0 Answers   Cognizant,


What is asp net in c#?

0 Answers  


Does unity require coding?

0 Answers  


Write down the c# syntax to catch an exception

0 Answers  


Are constructors inherited c#?

0 Answers  


What is the difference between constant and readonly in c#?

0 Answers  


Categories