fork download
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. int main()
  4. {
  5. unsigned char test;
  6. test = 15434642 & 3;
  7. printf("%d\n", test);
  8. return 0;
  9. }
Success #stdin #stdout 0s 2156KB
stdin
Standard input is empty
stdout
2