MCQOPTIONS
Saved Bookmarks
| 1. |
Choose the correct statement for the following code segment? |
| A. | function returns true if N is odd |
| B. | function returns true if N is even |
| C. | function returns true if ith bit of N is set |
| D. | function returns false if ith bit of N is setView Answer |
| Answer» D. function returns false if ith bit of N is setView Answer | |