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

How do I stop my console from closing in c#?

460


What is using directive in c#?

501


What is yield in c#?

499


Are objects passed by reference in c#?

523


Which class comes after the SortedList class?

570






What is difference between static and readonly in c#?

454


What is the purpose of c#?

552


What are the various components in crystal reports?

504


What are Namespaces?

561


What is the difference between const and readonly in c#.net?

505


What is tryparse?

519


Is namespace a class?

496


What is difference between dll and exe in c#?

481


Is c# int immutable?

510


What is the difference between int16 and int32 in c#?

476