Explain the register 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

Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.

4 Answers   Quark,


what is a reference variable in C++?

0 Answers  


What is meant by const_cast?

0 Answers  


Differentiate between realloc() and free().

0 Answers  


Is c the same as c++?

0 Answers  






Is swift faster than c++?

0 Answers  


What are maps in c++?

0 Answers  


why can't we declare data member of class auto register or extern

1 Answers  


What do you mean by late binding?

0 Answers  


What is the purpose of ios::basefield in the following statement?

0 Answers  


How can we read/write Structures from/to data files?

0 Answers  


Explain explicit container.

0 Answers  


Categories