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

Is dev c++ a good compiler?

0 Answers  


How do you declare A pointer to a function which receives nothing and returns nothing

0 Answers  


How can you say that a template is better than a base class?

0 Answers  


Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast

2 Answers   Quark,


How Virtual functions call up is maintained?

2 Answers  






Can you sort a set c++?

0 Answers  


What are static type checking?

0 Answers  


Is there any function that can skip certain number of characters present in the input stream?

0 Answers  


how to access grid view row?

0 Answers  


What is c++ hash?

0 Answers  


write a c++ program that gives output 4 3 4 2 3 4 1 2 3 4 using looping statement

4 Answers  


What methods can be overridden in java?

0 Answers  


Categories