MCQOPTIONS
Saved Bookmarks
| 1. |
Which statement is suitable to check 3rd (count from 0) bit is high (set) or not? |
| A. | (num & (1<<3)) |
| B. | (num & 0x08) |
| C. | (num & 0x03) |
| D. | Both (1) and (2) |
| Answer» E. | |