Computer Science, asked by mirah44, 4 months ago

#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 dr9684096
0

Explanation:

mark as brainlest answer and follow me please

Answered by srioo9
1

Answer:

b=100 c=200

I hope this is use full

Mark me brainlist plz

Follow me

Similar questions