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

What is args c#?

704


What is generic method in c#?

661


Which constructor is called first in c#?

675


Is c# lazy thread safe?

663


How more than one version of an assembly can keep in same place?

699


explain the features of static/shared classes.

678


Explain how many types of exception handlers are there in .net?

678


What is a three-tier application.

771


Write a short note on interface?

749


Explain the Different types of configuration files in .net?

747


What is a dbml?

677


What is the difference between dynamic type variables and object type variables in c#?

676


Can you instantiate a struct without using a new operator in c#?

721


What is tryparse c#?

698


What is using keyword in C#?

769