Computer Science, asked by shleshamogli, 3 months ago

9) Write an output for the following program after showing proper rough work.
#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 tahira616
1

Explanation:

sister do know how to take screenshot on windows 10

Similar questions