what is the output of the code?
#includestdio.h

int main() {
char a='M',b='m';
a = b ? printf("coder"):printf("coding");
return 0;
}


Posted on by