Assuming that bitset b1 contains the bits [0 1 1 0] and bitset b2 contains the bits [1 1 1 1], which of the following expressions returns true?
a. b1.any()
b. b1 == b2
c. b1.test( 3 )
d. b2.none()
a. b1.any()
Computer Science & Information Technology
You might also like to view...
The spell check feature in Word can indicate potential contextual spelling errors - the wrong use of a correctly spelled word
Indicate whether the statement is true or false
Computer Science & Information Technology
Change tracking is available only in shared workbooks
Indicate whether the statement is true or false
Computer Science & Information Technology