Question Detail Which of the following functions below can be used Allocate space for array in memory calloc()malloc()realloc()All of above Answer: Option A Similar Questions : 1. Which of the following cannot be inherited from the base class ConstructorFriendBoth A and B cannot be inheritedBoth A and B can be inherited Answer: Option C 2. Which of the following type of class allows only one object of it to be created Virtual classAbstract classSingleton classFriend class Answer: Option C 3. Which is boolean operator for logical and &||&|&& Answer: Option D 4. All members of class have which access to its members privatepublicprotecteddepends Answer: Option A 5. Meaning of PDB Physical Database FileProgram Database FileProgram Direct FileNone of above Answer: Option B Read more from - C++ Programming Questions Answers - Chapter 1