C++ MCQ -6
Question 1 In an assignment statement a=b; Which of the following statement is true? a. The variable a and the variable b are equal. b. The value of b is assigned to variable a but the later changes on variable b will not effect the value of variable a c. The value of b is…