TOP CATEGORIES

×

What is the bitwise operator in C?

R

Rehan

Bitwise operator in C

Bitwise operator is used for manipulation of data at the bit level. In C programming there are many bitwise operators in which bitwise AND, bitwise OR, bitwise exclusive OR, shift left, shift right. below I'm going to list all bitwise operator with their symbols


& - bitwise AND

| - bitwise OR

^ - bitwise exclusive OR

<< - shift left

>> - shift right

0 votes

Your Answer

Email: advertise@gdatamart.com

Donate: To Support US

Gdatamart.com

GDM provides information across a wide range of categories by verifying data from multiple official sources, even though the site is still being developed.

© 2025 GDATAMART.COM (All Rights Reserved)