C++ Static Data Question: Download C++ Static Data PDF

Can you please explain what is class using C++?

Tweet Share WhatsApp

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 PDF Read All 17 C++ Static Data Questions
Previous QuestionNext Question
Default value of static variable is_____.

a. 0
b. 1
c. Garbage value
d. Compiler dependent
What is static variable?