C++ Multiple Choice Questions Set 3
1. STL is based on which of the following programming paradigms? a. Structured Programming b. Object Oriented Programming (OOP) c. Functional Programming d. Aspect Oriented Programming (AOP) 2. 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 [...]
