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. ios::ate is used for Set the initial position at the start of the file Set the last position at the end of the fileSet the initial position at the end of the fileSet the last position at the start of the file Answer: Option C 2. Which is not C++ storage class autoregisterstaticiostream Answer: Option DExplanation:Storage classes are: auto register static extern 3. Inline functions are invoked at Run timeCompile timeDebug timeNone of above Answer: Option B 4. What is the value of sizeof(char) 1248 Answer: Option A 5. What is the meaning of base class in C++ Another class got inherit from this classIt inherit other classIt has a pointer variableIt is the first class declared Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1