2021-01-05
obfuscation – What is the >>>= operator in C?

The Question : 295 people think this question is useful Given by a colleague as a puzzle, I cannot figure out how this C program actually compiles and runs. What is this >>>= operator and the strange 1P1 literal? I have tested in Clang and GCC. There are no warnings and the output is “???”