Answer Posted / manjusinga
There are four types of storage classes.
1.Automatic: The scope is within the class that is like
local to its class
2.Extern: The scope of this is used within the class as
well as outside the class.so it is global
3.Regiter: These are mainly used for faster access of data.
4.Static: Once you declare the variable as static it will
remain constant throughout the program
Is This Answer Correct ? | 48 Yes | 6 No |
Post New Answer View All Answers
Is it possible to have a recursive inline function in c++?
What is the header file for setw?
What is input operator in c++?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
What are c++ storage classes?
Explain mutable storage class specifier.
What is ifstream c++?
Is ca high or low level language?
Why iomanip is used in c++?
What is the use of 'using' declaration in c++?
What are the methods of exporting a function from a dll?
Explain object slicing in c++?
What is polymorphism and its type in c++?
What is Destructor in C++?
What is pure virtual function?