Predict the output of the following code
#includestdio.h

int main() {
int M=75;
int M2=56;
int num;
num= (M223? ((M==75)?'A':0):0);
printf("%d",num);

return 0;
}

Posted on by