In statement Matrix m2 m1-03107
In statement Matrix m2 = m1 ;
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Mid Term - Quiz No.2.
In statement Matrix m2 = m1 ;
Assignment operator is being used
Copy constructor is being used.
Statement has syntax error
None of the given options