Solved

Which of the Statements A), B) and C) Is False

Question 22

Multiple Choice

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.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions