fork download
  1. #include<stdio.h>
  2. int main()
  3. {
  4. char c;
  5. c = 'A';
  6. printf("%c",c);
  7. return 0;
  8. }
Success #stdin #stdout 0s 5404KB
stdin
Standard input is empty
stdout
A