fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. short int x=20;
  6. char c=97;
  7. printf("%d","%d","%d\n",sizeof(x),sizeof(c),sizeof(c+x));
  8. return 0;
  9. }
  10.  
Success #stdin #stdout 0s 5312KB
stdin
Standard input is empty
stdout
1505546248