Question: a. The plus and multiply functions have been defined and implemented as follows: What is the output if both functions were called as below (inside

a. The plus and multiply functions have been defined and implemented as follows: What is the output if both functions were called as below (inside the main function of a C program)? (3 marks) int a=2,b=3; a=plus(a,b); b= multiply (a,b); printf("8d- 8d ",a, b)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
