fork download
  1. #include <stdio.h>
  2.  
  3. int main(int argc, char const *argv[]) {
  4. char x[4] = { 0, 127, 0, 0 };
  5. printf("%u\n", *((unsigned int *)x));
  6. }
  7.  
  8. //https://pt.stackoverflow.com/q/344857/101
Success #stdin #stdout 0s 9424KB
stdin
Standard input is empty
stdout
32512