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:

Verified
Correct Answer:
Verified
Q17: Memcmp would return _ for the call
Q18: Strtok does not:<br>A) Replace each delimiting character
Q19: The number of bits in a bit
Q20: Let Bit1 = Bit2 = 1. Which
Q21: The main difference between structures and classes
Q23: Evaluate (00001000 & 11000101) ^ (11110000).<br>A) 00001101<br>B)
Q24: A bit field must be declared as
Q25: Which of the following is not a
Q26: Typedef is used to:<br>A) Create a type
Q27: Which of the following statements is false?<br>A)