cpp mcq questions and answers
Multiple Choice Question & Answer:- 1) If the class name is X, what is the type of its “this” pointer (in a nonstatic, non-const member function)? a. const X* const b. X* const c. X* d. X& Answer : d) X& 2) Which classes allow primitive types to be accessed as objects? a. Storage b. … Read more