Answers/Solutions to Exercises in Chapter 2, Exercise 8

E8: The statements of a C/C++ program are translated by the compiler to machine instructions. Where are they stored?

A8: In the Machine Code Section in an object module, as well as in the load module.

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