#include<stdio.h>
void main( )
{
int a = 500, b = 100, c;
if(a >= 600)
b = 300;
c = 200;
printf(" b = %d c = %d \n ", b, c);
}
Answers
Answered by
0
Explanation:
mark as brainlest answer and follow me please
Answered by
1
Answer:
b=100 c=200
I hope this is use full
Mark me brainlist plz
Follow me
Similar questions