InterviewSolution
Saved Bookmarks
| 1. |
How are functions classified? Give the different types of functions. |
|
Answer» A function depending upon whether arguments are passed or not and whether a value is returned or not can be classified into the following five categories.
|
|