Answers/Solutions to Exercises in Chapter 2, Exercise 2

E2: Can a global variable in a C/C++ program be located in the static data section of the object module of the program?  Can it be located in the dynamic section of the load module?

A2: Of course, it must be located in the static data section of both, the object module and the load module.

Back to Answers/Solutions Index                          Back to Answers/Solutions for Chapter 2 Index