1.

What is the function of the bitwise operator?

Answer»

Bit manipulation operators manipulate individual bits within a variable. Bitwise operators modify variables considering the bit patterns that represent the values they store.



Discussion

No Comment Found