MCQOPTIONS
Saved Bookmarks
| 1. |
Choose the correct statements |
| A. | an entire array can be passed as an argument to a function |
| B. | a part of an array can be passed as argument to a function |
| C. | any change done to an array that is passed as an argument to a function will be local to the function |
| D. | Both (a) & (b) |
| Answer» E. | |