____ member variables are initialized to zero when the first object of its class is created?

24. ____ member variables are initialized to zero when the first object of its class is created?

  1. Static
  2. Local
  3. Global
  4. External

Answer: A) Static

Explanation:

Static member variables are initialized to zero when the first object of its class is created. NO other alternative is provided.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.