

MCQOPTIONS
Saved Bookmarks
1. |
Format flags may be combined using |
A. | the bitwise OR operator (|) |
B. | the logical OR operator (||) |
C. | the bitwise AND operator (&) |
D. | the logical AND operator (&&) |
Answer» B. the logical OR operator (||) | |