What is a storage class in C++



What is a storage class in C++..

Answer / nashiinformaticssolutions

Certain characteristics of variables or functions are defined by storage classes. These characteristics include lifetime, or how long a variable is active, and visibility, or how easily a variable may be accessed from various parts of the program.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Which is best c++ or java?

0 Answers  


What is a conversion constructor?

1 Answers  


What does the ios::ate argument do?

0 Answers  


Write a C++ program which will compute the volume of a sphere or a cylinder after prompting the user to type the first character for the shape name.

0 Answers   An-Najah National University,


Which is not a valid keyword a) public b) protected c) guarded

0 Answers  






Why we use #include conio h in c++?

0 Answers  


What is DlgProc?

0 Answers   C DAC,


What is a set in c++?

0 Answers  


What are the different types of Storage classes?

5 Answers  


Implement a 2 dimensional array by one dimentional array

1 Answers   CTS,


What is a container class? What are the types of container classes in c++?

0 Answers  


How size of a class can be calulated?

2 Answers  


Categories