Answers/Solutions to Exercises in Chapter 5, Exercise 3

E3: Does every local variable have the auto storage class?

A3: Not necessarily, even local variables can be defined with the storage class static which are then part of the static data section of the program address space.

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