Math, asked by priyakasilingam6, 7 months ago

#include
void main()
{
Int a=100 , b=200,c;
c=(a==100||b>200);
printf("The value of c is = %d",c);
}

Answers

Answered by varun3709
0

Answer:

this is c++ programming language

Similar questions