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. cout is declared in the _____ standard file within the std namespace outstreamstdiniostreamNone of above 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. If value has not type, then the pointer pointing to this value will be known as Empty pointerNull pointerVoid pointerNone of above Answer: Option C 4. what is the size of int datatype for 32 bit system 1 byte2 byte4 byte8 byte Answer: Option C 5. Declaring pointer more than one can cause Trapabort a programerrornone of above Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1