#include<conio.h>
#include<stdio.h>
void main()
{
inter a, b, c, d, e, f;
clrscr();
printf("enter the value of a&b");
scanf("%d%d",&a&b);
c=a+b;
d=a-b;
e=a*b;
f=a/b;
int a=10,
int b=20;
int c=a/b;
printf("sum=%d",c);
printf("product=%d",d);
printf("difference=%d",e);
printf("quantity=%d",f);
getch();
}
this programm out put
Answers
Answered by
0
Answer:
sorry can't understand the the written words
Explanation:
please mark as brainliest please request
Answered by
0
Answer:
What is this
Do not type useless things
Similar questions