Sail E0 Webinar
Question
Comment on the output of this C code?    int main()    {        int i, n, a = 4;        scanf("%d", &n);        for (i = 0; i < n; i++)            a = a * 2;    }
Options:
A .  Logical Shift left
B .  No output
C .  Arithmetic Shift right
D .  bitwise exclusive OR
Answer: Option B


None.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

More Questions on This Topic :


Latest Videos

Latest Test Papers