#includestudio.h
Void main()
Int x=2;
If(x=4)
{
Printf("x is equal to 4");
}
else{
Printf (" x is not equal to 4");
}


Posted on by