Question

Which of the following statements is false?
a. The default constructor does not initialize the class's fundamental-type data members, but does call the default constructor for each data member that's an object of another class.
b. A string's default constructor initializes the object to the empty string.
c. An uninitialized fundamental-type variable is implicitly initialized to zero.
d. If a class defines a constructor, the compiler will not create a default constructor for that class.

Answer

This answer is hidden. It contains 155 characters.