Question Detail All members of class have which access to its members privatepublicprotecteddepends Answer: Option A Similar Questions : 1. Difference between static and dynamic memory allocation is In static memory allocation memory to be allocated in preknownIn dynamic memory allocation memory to be allocated in preknownThere is no differneceNot exact difference is mentioned Answer: Option A 2. Declaring pointer more than one can cause Trapabort a programerrornone of above Answer: Option A 3. Which type of variables can be referred from anywhere in the c++ code All variablesLocal variablesUniversal variablesGlobal variables Answer: Option D 4. Dereference operator is also called as pointerReference operatorOffset operatorDeoffset operator Answer: Option C 5. Which arithmetic operation can be done in pointer MultiplicationDivisionAdditionNone of above Answer: Option C Read more from - C++ Programming Questions Answers - Chapter 1