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. what is the size of int datatype for 32 bit system 1 byte2 byte4 byte8 byte Answer: Option C 2. 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 3. C++ programs must contain start()system()main()program() Answer: Option C 4. How to define a destructor X~() {}X() {}~X() ~{}~X() {} Answer: Option D 5. Inline functions are invoked at Run timeCompile timeDebug timeNone of above Answer: Option B Read more from - C++ Programming Questions Answers - Chapter 1