Which of them is false about a Static data member within a class

  1. A single copy of the data member exists

  2. The data member is initialised to zero before the first object is created

  3. Requires a global definition

  4. Storage is allocated to the static data member on declaration


Correct Option: D

Find more quizzes: