what is called default initialization
Answers
Answered by
1
Answer:
Default initialization is performed in three situations: 1) when a variable with automatic, static, or thread-local storage duration is declared with no initializer; ... 3) when a base class or a non-static data member is not mentioned in a constructor initializer list and that constructor is called.
Hope it helped you mate..... XD
Please mark me as the brainliest
Answered by
0
Explanation:
Default initialization is performed in three situations: 1) when a variable with automatic, static, or thread-local storage duration is declared with no initializer; ... 3) when a base class or a non-static data member is not mentioned in a constructor initializer list and that constructor is called.
Similar questions