Answers

Question and Answer:

  Home  C++ Static Data

⟩ What is static type varidentifier?

where type is the data type and varidentifier is the variable.

All static variables are initialized automatically with a default value but not explicitly initialized. The default value is depended on the data type of the variables.

 271 views

More Questions for you: