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

How is c++ different from java?

557


How does c++ structure differ from c++ class?

580


What is the difference between struct and class?

733


What are static variables?

613


What is ios in c++?

640






Is dev c++ a good compiler?

522


What is the purpose of ios::basefield in the following statement?

781


Explain what you mean by a pointer.

619


What is the full form of dos?

560


What are the benefits of oop in c++?

582


What is this weird colon-member (" : ") syntax in the constructor?

539


Explain how we implement exception handling in c++?

571


What are the types of array in c++?

616


How do you master coding?

558


Explain how overloading takes place in c++?

568