Describe about storage allocation and scope of global, extern, static, local and register variables?


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

Post New Answer

More C++ General Interview Questions

Can we overload operator in c++?

0 Answers  


Which is better c++ or java?

0 Answers  


What is the use of ::(scope resolution operator)?

0 Answers  


Write a program using display() function which takes two arguments.

0 Answers  


Can you sort a set c++?

0 Answers  






How do you invoke a base member function from a derived class in which you’ve overridden that function?

0 Answers  


If I is an integer variable, which is faster ++i or i++?

0 Answers  


char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?

4 Answers   Thomson Reuters,


What is virtual destructor ans explain its use?

0 Answers  


What is the difference between ++ count and count ++?

0 Answers  


What are the two types of comments, and how do they differ?

0 Answers  


What is using namespace std in cpp?

0 Answers  


Categories