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

Can you explicitly call a destructor on a local variable?

0 Answers  


Problem 5: Hero's Formula is A method for calculating the area of a triangle when you know the lengths of all three sides. Let a, b, c be the lengths of the sides of a triangle. The area is given by:A= pp-ap-b(p-c) | wherep= a+b+c2 | | Write a C-language code to calculate area of triangle using above method. Take the three lengths of the triangle from the user and display the area that your program calculates.

0 Answers   Maxobiz,


Name some pure object oriented languages?

1 Answers  


Is vector a class in c++?

0 Answers  


Can I make ios apps with c++?

0 Answers  






Can non-public members of another instance of the class be retrieved by the method of the same class?

0 Answers  


Why Pointers are not used in C++?

0 Answers   Global Logic,


Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()

0 Answers  


What is java and c++?

0 Answers  


Why is c++ awesome?

0 Answers  


What is a wchar_t in c++?

0 Answers  


Compare compile time polymorphism and Runtime polymorphism

1 Answers  


Categories