How Function Works ?
Saturday, December 26, 2024
How Function Works ?
Steps :
- When the function is called the control passes to function in the form of arguments
- Argument store data needed by function to perform its task
- Function can send back information to the program in the form of return value

0 comments:
Post a Comment