Question: 1) (30%) Create a C program in two files. One file will contain main, and one will contain a function called Mult35. Mult35 has the

1) (30%) Create a C program in two files. One file will contain main, and one will contain a function called Mult35. Mult35 has the following declaration: long mult35 (long valueToMultiplyBy35); Mult35 returns the value passed in the parameter multiplied by 35, but it does so without using the * operator, or any functions from anything in math h or stdlibh, or by using a for loop or a while loop or a do-while loop (note: there remains a loop you COULD use; or you could use bitwise operators)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
