Computer Science, asked by palvis041, 5 months ago

Explain a function with arguments and no return value.

Answers

Answered by kandlakuntamary
3

Explanation:

Function with no argument means the called function does not receive any data from calling function and Function with no return value means calling function does not receive any data from the called function. So there is no data transfer between calling and called function.

Hope this answer helps you.....

Mark me as Brainlist......

Similar questions