Explain register storage specifier.


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

Post New Answer

More C++ General Interview Questions

What are the operators in c++?

0 Answers  


Name the operators that cannot be overloaded in C++?

0 Answers   Fidelity,


Discuss the possibilities related to the termination of a program before entering the mainq method?

0 Answers  


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

1 Answers   Infosys,


What is a local variable?

0 Answers  






Comment on c++ standard exceptions?

0 Answers  


What is #include iostream in c++?

0 Answers  


How can a struct in c++ differs from a struct in c?

0 Answers  


Is it possible to use a new for the reallocation of pointers ?

0 Answers  


Are c and c++ similar?

0 Answers  


What are the advantages of c++?

0 Answers  


What are c++ storage classes?

0 Answers  


Categories