‣
#include <iostream> using namespace std; int main() { // Bitwise Operator // AND => & // OR => | // NOT => ~ // XOR => ^ // Sift-Right => >> // Sift-Left => << }