fork download
  1. #include <stdio.h>
  2.  
  3. main( )
  4. {
  5. char a = 'E';
  6.  
  7.  
  8.  
  9. printf("%d\n", a);
  10. printf("%c\n", a);
  11. }
  12.  
Success #stdin #stdout 0s 5324KB
stdin
Standard input is empty
stdout
69
E