1.

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; }

A. Logical Shift left
B. No output
C. Arithmetic Shift right
D. bitwise exclusive OR
Answer» C. Arithmetic Shift right


Discussion

No Comment Found