Question Detail

Which is not a correct variable type

  • float
  • int
  • double
  • real
Similar Questions :

1. If value has not type, then the pointer pointing to this value will be known as

  • Empty pointer
  • Null pointer
  • Void pointer
  • None of above

2. Meaning of STL

  • Standard Tree Library
  • Standard Term Library
  • Standard Template Library
  • None of above

3. All members of class have which access to its members

  • private
  • public
  • protected
  • depends

4. What is abstract class

  • Whose objects cant be created
  • Whose objects can be created
  • Depends on class
  • None of above

5. Inline functions are invoked at

  • Run time
  • Compile time
  • Debug time
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1