How many storage classes are available in C++?



How many storage classes are available in C++?..

Answer / hrpynux@gmail.com

There are primarily four storage classes in C, viz. automatic, register, static, and external.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Explain the ISA and HASA class relationships. How would you implement each in a class design?

3 Answers  


Is eclipse good for c++?

1 Answers  


What is the real purpose of class – to export data?

1 Answers  


What is the difference between "overloading" and "overridding"?

3 Answers  


Is it possible to provide special behavior for one instance of a template but not for other instances?

1 Answers  


How are pointers type-cast?

1 Answers   iNautix,


Is c the same as c++?

1 Answers  


You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so

1 Answers  


which is the easy way to divide any integer by 2?

2 Answers   Persistent,


In java a final class is a class that cannot be derived. How can you make a similar class in C++

1 Answers  


What is the full form nasa?

1 Answers  


How can you create a virtual copy constructor?

1 Answers  


Categories