1.

What Are The Storage Classes, Control, And Dynamic Storage Allocation?

Answer»

Four different storage classes: AUTOMATIC, STATIC, CONTROLLED, and BASED are provided.. Application objects' data TYPE, representation, nature of use, ETC. NORMALLY dictates the type of storage class USED for each. Programmers can dynamically allocate and free based and controlled storage.

For all storage classes, data MAY be automatically initialized when it is allocated.

Four different storage classes: AUTOMATIC, STATIC, CONTROLLED, and BASED are provided.. Application objects' data type, representation, nature of use, etc. normally dictates the type of storage class used for each. Programmers can dynamically allocate and free based and controlled storage.

For all storage classes, data may be automatically initialized when it is allocated.



Discussion

No Comment Found