C++ Multiple Choice Questions 81. What is the implicit pointer that is passed as the first argument for nonstatic member functions? a. 'self' pointer b. std::auto_ptr pointer c. 'Myself' pointer d. 'this' pointer82. Which of the following operators can be overloaded? a. . (dot or member … [Read more...]
Solved C++ MCQs Set 03
C++ Multiple Choice Questions 41. Which of the following correctly describes the meaning of ‘namespace’ feature in C++? a. Namespaces refer to the memory space allocated for names used in a program b. Namespaces refer to space between teh names in a program c. Namespaces refer to space between … [Read more...]
Recent Comments