1.

Suppose x and y are two Integer Variables having values 0x5AB6 and 0x61CD respectively. The result (in hex) of applying bitwise operator AND to x and y will be:

A. 0x5089
B. 0x4084
C. 0x78A4
D. 0x3AD1
Answer» C. 0x78A4


Discussion

No Comment Found