⟩ Explain me the storage classes names in C++?
The following are storage classes supported in C++
☛ auto,
☛ static,
☛ extern,
☛ register and
☛ mutable
The following are storage classes supported in C++
☛ auto,
☛ static,
☛ extern,
☛ register and
☛ mutable
Can you please explain what is class using C++?
What is static type varidentifier?
Explain the uses of static class data?
What is static variable?
Explain dynamic type checking?
What is local class in C++?
What is reference variable in C++?
Explain static type checking?
Static variable in a class is initialized when a. every object of the class is created b. last object of the class is created c. first object of the class is created d. No need to initialize static variable
Explain what are volatile variables?