q how the compiler arranges the several sections


Q: How the compiler arranges the several sections in the executable image?

A: The executable contained following sections:

1.      Data Section (initialized data variable section, uninitialized data variable section,  )

2.      Code Section

3.      Keep in mind that all static variables are allocated in the initialized variable section.

 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: q how the compiler arranges the several sections
Reference No:- TGS0218238

Expected delivery within 24 Hours