What do you mean by storage classes?



What do you mean by storage classes?..

Answer / hrpynux@gmail.com

Storage Classes are used to describe the features of a variable/function. These features basically include the scope, visibility and life-time which help us to trace the existence of a particular variable during the runtime of a program.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Explain the uses oof nested class?

0 Answers  


Are vectors faster than arrays?

0 Answers  


Is facebook written in c++?

0 Answers  


Why is c++ called oops?

0 Answers  


What is function overriding?

1 Answers  






What is a manipulative person?

0 Answers  


Write a program which uses functions like strcmp(), strcpy()? etc

0 Answers  


What do you mean by translation unit?

0 Answers  


Explain friend class?

0 Answers  


Can we declare a base-class destructor as virtual?

0 Answers  


Differentiate between a constructor and a method in C++.

0 Answers   Tech Mahindra,


what is static function

2 Answers   Patni,


Categories