If static data member are made inline, ______________
(a) Those should be initialized outside the class
(b) Those can’t be initialized with the class
(c) Those can be initialized within the class
(d) Those can’t be used by class members
The question was asked in unit test.
Question is taken from Static Member Functions topic in portion Exception Handling & Static Class Members of Object Oriented Programming