the program must define and call the following two functions. define a function named inttoreversebinary() that takes an int as a parameter and returns a string of 1's and 0's representing the integer in binary (in reverse). define a function named stringreverse() that takes a string as a parameter and returns a string representing the input string in reverse.