1.

Select correct differences between = and == in C#.

A. == operator is used to assign values from one variable to another variable
B. = operator is used to assign values from one variable to another variable
C. No difference between both operators
D. None of the mentioned
Answer» C. No difference between both operators


Discussion

No Comment Found