C++ Static Data Question:
Download Job Interview Questions and Answers PDF
Can you please explain what is class using C++?
Answer:
A class holds the data and functions that operate on the data. It serves as the template of an object.
Download C++ Static Data Interview Questions And Answers
PDF
Previous Question | Next Question |
Default value of static variable is_____. a. 0 b. 1 c. Garbage value d. Compiler dependent | What is static variable? |