|
Answer» The SECTIONS of an executable image are as follows:
a. The different sections of DATA, such as the SECTION of the data which is not initialized and the initialized section of the VARIABLE of the data
b. The specific section of the code
c. The ALLOCATION of all the static variables is done in the variable section which is initialized. The sections of an executable image are as follows:
a. The different sections of data, such as the section of the data which is not initialized and the initialized section of the variable of the data
b. The specific section of the code
c. The allocation of all the static variables is done in the variable section which is initialized.
|