Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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

a) ‘==’ operator is used to assign values from one variable to another variable
‘=’ operator is used to compare value between two variables
b) ‘=’ operator is used to assign values from one variable to another variable
‘==’ operator is used to compare value between two variables
c) No difference between both operators
d) None of the mentioned

Answer: b
Explanation: ‘=’ operator is used to assign values from one variable to another variable
‘==’ operator is used to compare value between two variables

Join The Discussion