9) Write an output for the following program after showing proper rou
#include<stdio.h>
void main()
{
int a=5,b=10,c;
C = a*b;
a = b%3;
b = a!= 10;
C += 5;
printf("%d", a);
printf("\n%d",b);
printf("\nc=%d",c);
}
Answers
Answered by
0
Answer:
..............................................
Explanation:
sorry I can't understand what you are written
Answered by
0
Answer:
Are u a Nasr student? anyways here it is:
Explanation:
OUTPUT:
1
1
c=55
Hope it helps! This looks short but it is the answer. I am sure bcoz i did it on TURBO C++
Bye. Have a good day
Please mark me as brainliest. plz plz plz
Similar questions