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 I uninstall microsoft c++ redistributable?
What is c++ try block?
What are literals in C++?
Is c++ faster than c?
How is c++ used in the real world?
What is object in c++ example?
What is difference between c++ and c ++ 14?
What is an orthogonal base class in c++?
How can I disable the "echo" feature?
What is stream and its types in c++?
Explain how to initialize a const data member.
What is a binary file? List the merits and demerits of the binary file usagein C++.
Write a program which employs Recursion
What is this weird colon-member (" : ") syntax in the constructor?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples