fork download
  1. #include<stdio.h>
  2. int main(){
  3. int a;
  4. char ch = 'a';
  5. ch = 'c';
  6. ch = 'n';
  7. printf("hey I am good ' nice to meet you %c ", a );
  8. return 0;
  9. }
Success #stdin #stdout 0.01s 5320KB
stdin
Standard input is empty
stdout
hey I am good ' nice to meet you