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