Question Detail Meaning of PDB Physical Database FileProgram Database FileProgram Direct FileNone of above Answer: Option B Similar Questions : 1. Which type of variables can be referred from anywhere in the c++ code All variablesLocal variablesUniversal variablesGlobal variables Answer: Option D 2. \r is used for carriage returnnew lineend of the linevertical tab Answer: Option A 3. Which among following has invalid syntax ? #include #include file#include "file"None of above Answer: Option B 4. What is inheritance Inheritance allows one class to reuse the state and behavior of another class.It deals with dangling pointersIt deals with void pointersIt is type of class declaration Answer: Option A 5. what is a class in c++ Class in a collection of objectsClass has noting to do with objectIt just have declaration of few variablesNone of above Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1