int main()
{
int a,b,c
printf("Enter value of a & b/n");
c=scanf("%d",&a,&b);
printf("%d",c)
getch();
return;
Answers
Answered by
8
Answer:
your answer is in the pic below
hope it will help you.....
Similar questions