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