Question Detail Which is not a correct variable type floatintdoublereal Answer: Option D 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 class has only one unique value for all the objects of class thisfriend staticnone of above Answer: Option C 3. How we define our name for constants #constant#define#define_constant#constant_define Answer: Option B 4. What is getline() in c++ getline() extract the delimeter newline character from the input streamgetline() does not extract the delimeter newline character from the input streamNone of above Answer: Option A 5. Which of the following functions below can be used Allocate space for array in memory calloc()malloc()realloc()All of above Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1