Posted inProg. in C 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; … Posted by dipak June 7, 2023