Make a calculator in C programming language
You can take 2 approaches
first - closer to the desktop apps, where after running the program, you write <number> <space> <operator> <space> <number>
second - you utilise argc and argv to write the number and operand while executing ./calculator
First tier
Second tier