-->

Static variable in a class is initialized when _____ .

a. 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.