MCQOPTIONS
Saved Bookmarks
| 1. |
For which of the following situation should the register storage class be used? |
| A. | For local variable in a function |
| B. | For loop counter |
| C. | For collecting values returned from a function |
| D. | For variables used in a recursive function |
| Answer» C. For collecting values returned from a function | |