Question: Write a program that accepts as command line arguments the sign of a math operation, two one-digit numbers, and displays the result of the operation.
Write a program that accepts as command line arguments the sign of a math operation, two one-digit numbers, and displays the result of the operation. For example, if the arguments are +, 5, ?3, the program should display 2. in C please
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
