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

Describe friend function & its advantages.

0 Answers   TCS,


What are formatting flags in ios class?

0 Answers  


Is dev c++ a good compiler?

0 Answers  


given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you

2 Answers  


What are c++ stream classes?

0 Answers  






What is the c++ programming language used for?

0 Answers  


Is arr and &arr are same expression for an array?

0 Answers  


3- Write a program to find larger and smaller of the two numbers.

4 Answers   Luminous,


How can you quickly find the number of elements stored in a dynamic array?

0 Answers  


What is the standard template library (stl)?

0 Answers  


What causes a runtime error c++?

0 Answers  


What is function overriding in c++?

0 Answers  


Categories