

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statements are correct about the program?
#include
|
A. | It will put OFF all bits that are ON in the number n |
B. | It will test whether the individual bits of n are ON or OFF |
C. | It will put ON all bits that are OFF in the number n |
D. | It will report compilation errors in the if statement. |
Answer» C. It will put ON all bits that are OFF in the number n | |