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 namespace c#?

475


List the 5 different access modifiers in c#?

506


Can I define a type that is an alias of another type (like typedef in c++)?

532


What do multicast delegates mean?

525


What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?

590






What is written in c#?

531


Why data types are important in c#?

479


Why do we need static class in c#?

571


Why we use get set property in c#?

470


Which is faster abstract class or interface in c#?

540


What is private virtual in C#?

584


Is enum a value type c#?

524


what is the difference between the debug class and trace class?

516


what is the difference between .dll and .exe

528


Define using statement in c#?

515