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

What is object file? How can you access object file?

0 Answers  


Differentiate between the message and method in c++?

0 Answers  


What is the use of endl in c++ give an example?

0 Answers  


What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?

1 Answers   Yahoo,


Write a C++ program to sort digits of all the 4 digit number and display the sorted 4 digit number

1 Answers   TATA, TCS,






If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];

3 Answers  


Describe protected access specifiers?

0 Answers  


Why do we need constructors in c++?

0 Answers  


Write about the access privileges in c++ and also mention about its default access level?

0 Answers  


What happens when the extern "c" char func (char*,waste) executes?

0 Answers  


What is the v-ptr?

0 Answers  


How would you represent an error detected during constructor of an object?

1 Answers  


Categories