Select Correct Differences Between And In C #180
Select correct differences between '=' and '==' in C#.
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Classes - Reference Variables and Assignment - Quiz No.1.
Select correct differences between '=' and '==' in C#.
'==' operator is used to assign values from one variable to another variable '=' operator is used to compare value between two variables
'=' operator is used to assign values from one variable to another variable '==' operator is used to compare value between two variables
No difference between both operators
None of the mentioned