What is the output of the following code fragment if the value of mylnt is 0 ?
int other =3, mylnt;
if(mylnt ! 0 && other % mylnt !≠0 )
cout << "other is odd∖n";
else
cout << "other is even∖n";
a. other is even
b. other is odd
c. 0
d. run-time error, no output