What Is C Bitwise Operators?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Bitwise Operators are used to perform operations on the individual bits of an integer value. They can be used to set, clear, and toggle bits, as well as to shift them to the left or right. Bitwise Operators are mostly used in low–level programming languages like C, but can also be used in higher–level languages such as Java.