Question Detail

Which is not a correct variable type

  • float
  • int
  • double
  • real
Similar Questions :

1. Every class has atleast one construtor

  • True
  • False

2. Default constructor has how many arguments

  • 1
  • 2
  • 3
  • 0

3. What is the value of sizeof(char)

  • 1
  • 2
  • 4
  • 8

4. How we mark the end of c++ statement

  • ;
  • :
  • >>
  • <<

5. Can we overload constructors in C++

  • Yes
  • No
Read more from - C++ Programming Questions Answers - Chapter 1