#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
0
Answer:
this is c++ programming language
Similar questions