A.1.2 Changing allocated section

The default allocation sections of variables are as follows:

-

Variables with no initial value: .bss section

-

Variables with initial value: .data section

-

const constants: .const section