fork download
  1. #include <stdlib.h>
  2. #include <stdio.h>
  3. int main(int argc, char ** argv )
  4. {
  5. printf("arg is %s \n", argv[0]);
  6. }
Runtime error #stdin #stdout 0s 1788KB
stdin
hello
stdout
arg is ./prog