Computer Science, asked by manvitanu2000, 17 days ago

What is function? Explain function with argument and no return value.​

Answers

Answered by muksm
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