MCQOPTIONS
Saved Bookmarks
| 1. |
What is the scope of the variable declared in the user defined function? |
| A. | whole program |
| B. | only inside the {} block |
| C. | the main function |
| D. | none of the mentioned |
| Answer» C. the main function | |