What is the output of this C code?
int main() { if (~0 == 1) printf("yes\n"); else printf("no\n"); }
Answer: B
No answer description available for this question.