How many storage classes are available in C++?
There are primarily four storage classes in C, viz. automatic, register, static, and external.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of "new" operator?
What is the use of c++ programming language in real life?
What is the main purpose of c++?
What is virtual destructor ans explain its use?
What is auto type c++?
How do you sort a sort function in c++ to sort in descending order?
Write a program to find the Factorial of a number
What is a lambda function c++?
What is the difference between static global and global ?
What are the c++ access specifiers?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
What is constant in c++ with example?