Question Detail

Which is not a correct variable type

  • float
  • int
  • double
  • real
Similar Questions :

1. Which of the following cannot be inherited from the base class

  • Constructor
  • Friend
  • Both A and B cannot be inherited
  • Both A and B can be inherited

2. Which class has only one unique value for all the objects of class

  • this
  • friend
  • static
  • none of above

3. How we define our name for constants

  • #constant
  • #define
  • #define_constant
  • #constant_define

4. What is getline() in c++

  • getline() extract the delimeter newline character from the input stream
  • getline() does not extract the delimeter newline character from the input stream
  • None of above

5. Which of the following functions below can be used Allocate space for array in memory

  • calloc()
  • malloc()
  • realloc()
  • All of above
Read more from - C++ Programming Questions Answers - Chapter 1