What are the different types of Storage classes?

Answer Posted / anil

internal static is a storage that is local to the program
and is allocated prior to execution time.That is at
executing time this storage exists,it is reserved for all
time,whether it is used or not and the values remain same
throughout the calls

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Implement stack operations with pointers with appropriate exception checks.

798


Can we inherit constructor in c++?

808


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

874


Should I learn c or c++ or c#?

777


What are static variables?

868


Why c++ is faster than java?

843


Explain dangling pointer.

905


Name four predefined macros.

838


Explain the difference between struct and class in terms of access modifier.

981


What are advantages of using friend classes?

867


What is the full form of stl in c++?

951


Why do we learn c++?

751


What happens when you make call 'delete this;'?

837


Can I create my own functions in c++?

843


What are manipulators in c++ with example?

824