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

Explain polymorphism?

0 Answers  


How to give an alternate name to a namespace?

0 Answers  


What are the data types in c++?

0 Answers  


Please explain class & object in c++?

0 Answers  


Difference between declaration and definition of a variable.

0 Answers  






Why do we use structure in c++?

0 Answers  


In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that

0 Answers  


Which operations are permitted on pointers?

0 Answers  


When are exception objects created?

0 Answers  


What is abstract keyword in c++?

0 Answers  


if there is binary tree which one is the easiest way to delete all child node?

1 Answers   Persistent,


Why are pointers used?

0 Answers  


Categories