Write a C Program to find addition and subtraction of two numbers

Here is the C Program to find addition and subtraction of two numbers #include<stdio.h> #include<conio.h> void main() {              int a,b;                ...