What is function? Explain function with argument and no return value.
Answers
Answered by
1
Explanation:
A function is a group of statements that together perform a task
Function with arguments but no return value : When a function has arguments, it receive any data from the calling function but it returns no values.
Similar questions