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

Define Virtual function in C++.

0 Answers   iNautix,


Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---

0 Answers  


What it is and how it might be called (2 methods).

0 Answers  


What does new do in c++?

0 Answers  


Differentiate between the manipulator and setf( ) function?

0 Answers  


Difference between Constructors and static constructors?

3 Answers   IBM, TCS,


What is a storage class used in c++?

0 Answers  


Under what conditions is multiple inheritance not recommended?

1 Answers  


What is static function and static class?

4 Answers   HCL,


How does throwing and catching exceptions differ from using setjmp and longjmp?

1 Answers  


How is static data member similar to a global variable?

0 Answers  


What are structures and unions?

0 Answers  


Categories