hi,
can any one tell me.when we evaluate a condition using if statement in C, result is either 0 or 1.what is the type of this result. that is 0/1 are of type int or boolean or any other type.
can any one tell me.when we evaluate a condition using if statement in C, result is either 0 or 1.what is the type of this result. that is 0/1 are of type int or boolean or any other type.
Comment