What is a storage class in C++
Answer / nashiinformaticssolutions
Certain characteristics of variables or functions are defined by storage classes. These characteristics include lifetime, or how long a variable is active, and visibility, or how easily a variable may be accessed from various parts of the program.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is this pointer in c++?
Can I learn c++ without learning c?
What is buffer and example?
What is struct c++?
What is bubble sort c++?
What is a memory leak c++?
1.what is the difference between software & package &application.
Explain the pure virtual functions?
Check for Balanced Parentheses using Stack?
Please post the model question paper of hal?
What is the use of the this pointer?
Write a program to find the Fibonacci series recursively.