fork(1) download
  1.  
  2. #include<stdio.h>
  3. int main()
  4. {
  5. char *ptr;
  6. int x;
  7. x=622,100,101;
  8. printf("%d",(*(char *)&x)*(x%3));
  9. return 0;
  10. }
Success #stdin #stdout 0s 4548KB
stdin
Standard input is empty
stdout
110