Question: 1. Make a C program that accepts two numbers from the user and outputs their sum, difference, product and quotient, but each function must not

1. Make a C program that accepts two numbers from the user and outputs their sum, difference, product and quotient, but each function must not have more than five instructions. (One instruction is one input statement, output statement, assignment statement, variable declaration, stand-alone function call, or return statement; usually a statement that ends with a semicolon[ ; ].)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
