adplus-dvertising
frame-decoration

Question

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

Answer: (c).Those can be initialized within the class

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. If static data member are made inline, ______________

Similar Questions

Discover Related MCQs

Q. The static data member _________________

Q. We can use the static member functions and static data member __________________

Q. Which among the following can’t be used to access the members in any way?

Q. The keyword static is used _______________

Q. Which keyword should be used to declare the static member functions?

Q. The static member functions _______________

Q. Which among the following is true ?

Q. The static members are ______________________

Q. Which among the following is true ?

Q. Which among the following is not applicable for the static member functions?

Q. Which is correct syntax to access the static member functions with class name?

Q. The static member functions ____________________

Q. The static member functions __________________

Q. Which among the following is correct definition for static member functions?

Q. Which among the following is wrong syntax related to static data members?

Q. If object of class are created, then the static data members can be accessed ____________

Q. Whenever any static data member is declared in a class ______________________

Q. Which data members among the following are static by default?

Q. Which among the following is correct syntax to access static data member without using member function?

Q. The static data member __________________________