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 |
Which is best c++ or java?
What is a conversion constructor?
What does the ios::ate argument do?
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
Why we use #include conio h in c++?
What is DlgProc?
What is a set in c++?
What are the different types of Storage classes?
Implement a 2 dimensional array by one dimentional array
What is a container class? What are the types of container classes in c++?
How size of a class can be calulated?