Static variable in a class is initialized when first object of the class is created - C++ basic concepts
Q. Static variable in a class is initialized when _____ .- Published on 17 Jul 15a. every object of the class is created.
b. last object of the class is created.
c. first object of the class is created.
d. No need to initialize static variable.
ANSWER: first object of the class is created.