Table of Contents

About

The data section is used for declaring initialized data or constants.

initialized static variables

This data does not change at runtime.

It declares the memory region, where data elements are stored.

This section cannot be expanded after the declarations and remains static.

Syntax

section.data

Documentation / Reference