write function prototype that returns a boolean value and takes two characters as parameter ...please answer fast
Answers
Answered by
3
Answer:
void sum intbint first of all function prototypes include the function signature the name of the function return type and access specifier in this case the name of the function is sum function signature determine the number of parameters and their types in the example the return type is void
Similar questions