Computer Science, asked by kinjalraval812, 3 months ago

write a c program for summation subtraction multiplication division of two number using arithmetic operator​

Answers

Answered by lokeshkumawat45
0

Explanation:

Ajznhxjcjchxhchdhjxjxjxjxudjdj

Answered by creatorssheen
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