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 |
Is string nullable in c#?
Is typeof c#?
What is difference between the "throw" and "throw ex" in .net?
What is the difference between const and static read-only?
Explain About .NET Framework
What is a cs file?
How do you create empty strings in c#?
how to create crystal reports give one detail example(i want to view age category report) please give suitable example in my small knowledge
Can you inherit multiple classes in c#?
What is a copy constructor in c#?
How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?
Hi to everybody. Lastweek i had taken an interview on c#. They ask what is boxing & unboxing, Masking.Please tell the answer and it is useful for me.