MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is true of external variables? |
| A. | they provide a way for two way communication between functions |
| B. | their scope extends from the point of definition through the remainder of the program |
| C. | if they are not initialized, they will be initilised to zero |
| D. | All of the above |
| Answer» E. | |