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 |
Should a constructor be public or private?
if there is binary tree which one is the easiest way to delete all child node?
What is c++ w3school?
What is c++ and its uses?
What is helper in c++?
Describe new operator?
write a program in c++ to implement stack using functions in header file stack.h
What is function overloading in C++?
What is the difference between the parameter to a template and the parameter to a function?
What is math h in c++?
What is lambda in c++?
What is the difference between strcpy() and strncpy()?