Write function headers for the functions described below: (i) The function check has two parameters. The first parameter should be an integer number and the second parameter a floating point number. The function returns no value
void check(int n1, float n2)
Comments
Leave a comment