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

What are virtual functions in c++?

0 Answers  


Which is better turbo c++ or dev c++?

0 Answers  


Explain Memory Allocation in C/C++ ?

0 Answers   Infosys,


What does flush do c++?

0 Answers  


Describe public access specifiers?

0 Answers  






What are the rules for naming an identifier?

0 Answers  


Is it possible to get the source code back from binary file?

1 Answers  


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  


How many standards of c++ are there?

0 Answers  


How would you use qsort() function to sort an array of structures?

0 Answers  


How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?

2 Answers   CTS,


Will the inline function be compiled as the inline function always? Justify.

1 Answers  


Categories