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
How many standards of c++ are there?
What is size_type?
What is iterator in c++?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
what does the following statement mean? int (*a)[4]
What is object oriented programming (oop)?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
Is c++ faster than c?
Explain binary search.
Explain mutable storage class specifier.
What is operator overloading in c++ example?
What is the difference between a baller and a reference in C++?
How we can differentiate between a pre and post increment operators during overloading?
Difference between declaration and definition of a variable.
What is c++ 11 and c++ 14?