Initialize value of static variable of class only when object is created - C++ basic concepts
Q. We can initialize a value of static variable of a class only when its object is created. No other initialization is permitted.- Published on 17 Jul 15a. True
b. False
ANSWER: False