What are c++ storage classes?


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

Post New Answer

More C++ General Interview Questions

how to swap two strings without using any third variable ?

11 Answers  


How const int *ourpointer differs from int const *ourpointer?

0 Answers  


Why do we use string in c++?

0 Answers  


Is set c++?

0 Answers  


which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?

0 Answers  






Explain how to initialize a const member data.

0 Answers  


Which bit wise operator is suitable for putting on a particular bit in a number?

0 Answers  


What does int * mean in c++?

0 Answers  


How can we access protected and private members of a class?

0 Answers  


sizeof - is it a function or operator?

6 Answers   Honeywell,


What is the Standard Template Library?

1 Answers  


How we can differentiate between a pre and post increment operators during overloading?

0 Answers  


Categories