s3 s2 s1 In this statement the value of s2 s1 is assigned to s3-02956
s3 = s2 = s1 ; In this statement the value of s2 = s1 is assigned to s3. So to do this it is necessary that the assignment operator should __________
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Lecture No.33 - Quiz No.2.
s3 = s2 = s1 ; In this statement the value of s2 = s1 is assigned to s3. So to do this it is necessary that the assignment operator should __________
not return a value
return a value
return real numbers
nothing executed