What is a storage class? Mention the storage classes in c++.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is the C-style character string?

0 Answers  


Why was c++ made?

0 Answers  


What is oop in c++?

0 Answers  


What is name hiding in c++?

0 Answers  


#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

1 Answers   Infosys,






What are the differences between the function prototype and the function defi-nition?

0 Answers  


Do you know what is overriding?

0 Answers  


What are the popular tools used to detect memory leaks in c++

4 Answers   TATA,


Is oops and c++ same?

0 Answers  


Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.

0 Answers  


Differentiate between an external iterator and an internal iterator?

0 Answers  


Does c++ vector allocate memory?

0 Answers  


Categories