Top

Discussion

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: B

No answer description available for this question.

No comment is present. Be the first to comment.
Loading…

Post your comment