fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. printf("%d\n", sizeof('\0'));
  6. printf("%d\n", sizeof(0));
  7. }
  8.  
Runtime error #stdin #stdout 0.01s 1676KB
stdin
Standard input is empty
stdout
4
4