Multiple Choice
Which of the following is not a bitwise operator?
A) ^
B) >>
C) ~
D) *
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: Let Bit1 = Bit2 = 1. Which
Q21: The main difference between structures and classes
Q22: Which of the statements a), b) and
Q23: Evaluate (00001000 & 11000101) ^ (11110000).<br>A) 00001101<br>B)
Q24: A bit field must be declared as
Q26: Typedef is used to:<br>A) Create a type
Q27: Which of the following statements is false?<br>A)
Q28: What is the output of the following
Q29: For any nonzero 8-bit x, which of
Q30: The isxdigit function would return false on:<br>A)