function without parameter and without return type
Answers
Answered by
13
There are following categories: Function with no argument and no return value : When a function has no arguments, it does not receive any data from the calling function. ... 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
Answered by
0
Answer:
Function with no argument and no return value: when a function has no arguments,it does not receive any data from the calling function. ...
Similar questions