What is the difference between global int and static int declaration?


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

Post New Answer

More C++ General Interview Questions

How much is c++ certification?

0 Answers  


What is meant by const_cast?

0 Answers  


Is c++ primer good for beginners?

0 Answers  


What do you mean by storage classes?

1 Answers  


Can char be a number c++?

0 Answers  


What are the different types of polymorphism in c++?

0 Answers  


describe private access specifiers?

0 Answers  


Which is the best c++ compiler for beginners?

0 Answers  


Can inline functions have a recursion? Give the reason?

3 Answers  


what are the types of Member Functions?

0 Answers  


How can you quickly find the number of elements stored in a static array?

0 Answers  


If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?

0 Answers  


Categories