blah6583 blah6583 06-03-2024 Computers and Technology contestada Write the prototype of a function check which takes an integer as an argument and returns a character. a) char check(int num); b) check(int num): char; c) check(num: int) -> char; d) char check(num);