Comment on the output of this C code?
int main() { int i, n, a = 4; scanf("%d", &n); for (i = 0; i < n> a = a * 2; }
Answer: B
No answer description available for this question.