MCQOPTIONS
Saved Bookmarks
| 1. |
What are mandatory parts in the function declaration? |
| A. | return type, function name |
| B. | return type, function name, parameters |
| C. | parameters, function name |
| D. | none of the mentioned |
| Answer» C. parameters, function name | |