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 |
What are function prototypes?
What is the use of ::(scope resolution operator)?
Write a note about the virtual member function?
We use library functions in the program, in what form they are provided to the program?
What are features of c++?
Do vectors start at 0?
How can a called function determine the number of arguments that have been passed to it?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
What is the c++ programming language used for?
What is std :: flush?
Is java based off c++?
why the size of an empty class is 1