Write a function prototype for the function “check” which returns a boolean value.
Question 18 options:
check(return)
boolean check()
return check()
check( boolean)
Answers
Answered by
4
Explanation:
check ( boolean) is the answer
Similar questions