Basics of C++ and Class Structure β MCQs
30 Score: 0 Attempted: 0/30 Subscribe 1. : Which of the following is the correct extension of a C++ source file? (A) .cp (B) .cpp (C) .cpl (D) .cxx 2. : Which operator is used to create an object of a class in C++? (A) malloc (B) new (C) create (D) alloc 3. … Read more