Top

Discussion

What will be the output of the program?

#include

int main()
{
    unsigned char i = 0x80;
    printf("%d\n", i<<1>

 

  • A.256
  • B.100
  • C.80

Answer: B

No answer description available for this question.
 

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

Post your comment