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
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
Can I learn c++ as my first language?
Can we specify variable field width in a scanf() format string? If possible how?
What is a linked list in c++?
What happens when the extern "c" char func (char*,waste) executes?
what is COPY CONSTRUCTOR and what is it used for?
What is a literal in c++?
What is a tuple c++?
Comment on assignment operator in c++.
Why ctype h is used in c++?
what are function pointers?
When should overload new operator on a global basis or a class basis?
What is a c++ map?
What are the five basic elements of a c++ program?
What is data abstraction? How is it different from data encapsulation?