What is the output of this C code?
int main() { int a = 2; if (a >> 1) printf("%d\n", a); }
Answer: C
No answer description available for this question.