Top

Discussion

Assuming a integer 2-bytes, What will be the output of the program?

#include

int main()
{
    printf("%x\n", -1<<3>

 

  • A.ffff
  • B.fff8
  • C.
  • D.-1

Answer: B

No answer description available for this question.
 

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

Post your comment