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 use of a HashTable in .NET?

0 Answers   Arigo Infotech,


What are Custom Control and User Control?

1 Answers  


Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?

0 Answers   Siebel,


How does a while loop work?

0 Answers  


What is the difference between an integer and int?

0 Answers  






What does static mean in c sharp?

0 Answers  


Which are the access modifiers available in c#?

0 Answers  


Define thread? Explain about multithreading?

0 Answers  


Hai, I want to open a new form while the previous form is hiding or closing. I tried this with using MDI.I created one form like ParentForm.placed one button control.when clicked one that it opend new form like ChildForm.When i set the property of ChildForm to Maximize,but the ParentForm button control also appearing on the childform. so plz help me how to hide parentform controls(hide parentform while it is childform opened) thanq..

1 Answers  


Why multiple Inheritence is not used in C#?

8 Answers   Symphony,


How big is a 64 bit integer?

0 Answers  


What is c# used for?

0 Answers  


Categories