Explain function as argument with suitable example
Answers
Answered by
1
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. ... A example for this is getchar function it has no parameters but it returns an integer an integer type data that represents a character.
Similar questions