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

what Is DCS ? what i will get benefit when i did?

0 Answers  


What are register variables?

0 Answers  


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

0 Answers  


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

4 Answers   Thomson Reuters,


What does floor mean in c++?

0 Answers  






What are the uses of typedef in a program?

0 Answers  


Shall we use 'free' to free memory assigned by new, What are the further consequences??

5 Answers   Symphony,


What are the different types of Storage classes?

5 Answers  


What is the difference between an array and a list?

0 Answers  


write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.

0 Answers  


How can a called function determine the number of arguments that have been passed to it?

0 Answers  


Is it possible for a member function to delete the pointer, named this?

0 Answers  


Categories