What is a storage class? Mention the 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

Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.

1 Answers  


What methods can be overridden in java?

0 Answers  


Give example of a pure virtual function in c++?

0 Answers  


Why we use #include iostream in c++?

0 Answers  


what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking

2 Answers   Hughes,






what is object?

7 Answers  


Write any small program that will compile in "C" but not in "C++"

10 Answers   Honeywell,


Define the operators that can be used with a pointer.

0 Answers  


What is the history of c++?

0 Answers  


What is the basic of c++?

0 Answers  


What are the four partitions in which c++ compiler divides the ram?

0 Answers  


What are the advantages of using friend classes?

0 Answers  


Categories