question archive Write a function header (prototype) for each of the following functions
Subject:Computer SciencePrice:2.87 Bought7
Write a function header (prototype) for each of the following functions. You don't have to write the function's body just the header.
1. Function scary that takes two values of type integer as arguments (parameters). called side 1 and side 2, and returns a value as its results.
2. Function printMenu that does not receive any arguments and does not return a value.
3. Function convertChar that takes a char argument, called letter, and returns a value of type int as its results
Purchased 7 times