[C++14] : Which of the statements a), b) and c) is false?

a. To create a binary literal, precede a sequence of 1s and 0s with 0b or 0B.
b. You can define a 32-bit mask as
0b10000000'00000000'00000000'00000000
c. The literal in part b) uses C++14’s single-quote character to separate groups of digits for readability.
d. All of the above statements are true.

d. All of the above statements are true.

Computer Science & Information Technology

You might also like to view...

A cell value that is referred to in a formula or a function is referred to as a(n) ________

A) dependent B) delimiter C) precedent D) subtotal

Computer Science & Information Technology

Package javafx.scene.canvas contains two classes: Canvas is a subclass of Node in which you can draw graphics and ____________ performs the drawing operations on a Canvas.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology