What do you mean by storage classes?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D

3240


Can I learn c++ as my first language?

742


Can we specify variable field width in a scanf() format string? If possible how?

755


What is a linked list in c++?

653


What happens when the extern "c" char func (char*,waste) executes?

724






what is COPY CONSTRUCTOR and what is it used for?

712


What is a literal in c++?

655


What is a tuple c++?

639


Comment on assignment operator in c++.

810


Why ctype h is used in c++?

619


what are function pointers?

664


When should overload new operator on a global basis or a class basis?

696


What is a c++ map?

768


What are the five basic elements of a c++ program?

692


What is data abstraction? How is it different from data encapsulation?

617