C++ Static Data Question:
Download Questions PDF

Static variable must be declared in public section of the class.

a. True
b. False

C++ Static Data Interview Question
C++ Static Data Interview Question

Answer:

b. False

Download C++ Static Data Interview Questions And Answers PDF

Previous QuestionNext Question
Static variable declared in a class are also called_________.

a. instance variable
b. named constant
c. global variable
d. class variable
If a class contains static variable, then every object of the class has its copy of static variable.

a. True
b. False