InterviewSolution
Saved Bookmarks
| 1. |
How many main functions can be used in the language program |
|
Answer» ong>Explanation: There can be 4 DIFFERENT types of user-defined functions, they are: FUNCTION with no ARGUMENTS and no return VALUE. Function with no arguments and a return value. Function with arguments and no return value. Function with arguments and a return value. |
|