Question Detail

Every class has atleast one construtor

  • True
  • False
Similar Questions :

1. Which operator is used for comparing two variables

  • :=
  • =
  • =:
  • ==

2. \r is used for

  • carriage return
  • new line
  • end of the line
  • vertical tab

3. Every class has atleast one construtor

  • True
  • False

4. Which among following has invalid syntax ?

  • #include
  • #include file
  • #include "file"
  • None of above

5. Which is not a correct variable type

  • float
  • int
  • double
  • real
Read more from - C++ Programming Questions Answers - Chapter 1