MCQOPTIONS
Saved Bookmarks
| 1. |
Which among the following is true for automatic variables in general? |
| A. | Automatic variables are invisible to called function |
| B. | Automatic variables are always visible to the called function |
| C. | Automatic variables can’t interact with the called function |
| D. | Automatic variables can’t be variable |
| Answer» B. Automatic variables are always visible to the called function | |