Multiple choice Which of the following statements is WRONG regarding static data member? There is the only one copy of the data member, maintained for the entire class. Its lifetime is same as lifetime of the object of the class Declaration is done within the class definition Definition is given outside the class definition Reveal answer Fill a bubble to check yourself B Correct answer Explanation This option is correct as the given statement is incorrect because however, static data member is visible within the class but its lifetime is the entire program.