write a c program for summation subtraction multiplication division of two number using arithmetic operator
Answers
Answered by
0
Explanation:
Ajznhxjcjchxhchdhjxjxjxjxudjdj
Answered by
0
Explanation:
#include<stdio.h>
#include<conio.h>
void main()
int a,b,s;
{
printf("enter two numbers");
scanf("%d,%d"&a,&b);
s=a+b;
s=a*a;
s=a/b;
printf (sum is="%s");
getch ();
}
Similar questions