C++ Static Data Question:
Download Job Interview Questions and Answers PDF
What is static type varidentifier?
Answer:
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.
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.
Download C++ Static Data Interview Questions And Answers
PDF
Previous Question | Next Question |
What is static variable? | What is reference variable in C++? |