Saved Bookmarks
| 1. |
Write the purpose of parameterized Function? |
|
Answer» 1. Required information can be shared between function declaration and function calling part inside the program. 2. The parameter is also called as arguments, it is like variables. The arguments are mentioned after the function name and inside of the parenthesis. 3. There is no limit for sending arguments, just separate them with a comma notation. |
|