Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

Which of the following is not true about static member variable?

  Shared By: Ava Campbell    Date: Jul 25    Category: C++ Programming    Views: 1276

Answer:

Options

a) Only one instance of static member can be created
b) Visible only within the class
c) It can be initialized whenever necessary
d) Both a and b


Answer : c) It can be initialized whenever necessary

Share: 
 



Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: