Calls a multiplication function defined in C with given inputs and returns the expected result
y = multiply(in1,in2)
ouput
Numbers to multiply
This function accepts accepts two numbers and multiply them
// Multiplying two numbers y = multiply(3,5)