Which of the following is not a bitwise operator?Question 6Answera.^b.<<c.|d..
Question
Which of the following is not a bitwise operator?Question 6Answera.^b.<<c.|d..
Solution
The option that is not a bitwise operator is d. "..". Bitwise operators in most programming languages include: a. ^ (XOR) b. << (left shift) c. | (OR) But ".." is not recognized as a bitwise operator in any major programming language.
Similar Questions
Which of the following is not a bitwise operator in C?
Select the correct answerWhich of the following represents the bitwise AND operator?Options|^&!
Select the correct answerWhich of the following operators is used for the bitwise OR assignment in C?Options||||=||=
Which bitwise operator is used to check if a bit is set to 1?&|~^
Bitwise operators
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.