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