fork download
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. int main (void)
  4. {
  5. long i=298;
  6. printf("ASSIC(%d)=%c\n",i,i);
  7.  
  8. system("pause");
  9. return 0;
  10. }
  11.  
Success #stdin #stdout #stderr 0.01s 5284KB
stdin
Standard input is empty
stdout
ASSIC(298)=*
stderr
sh: 1: pause: not found