Programming in C - Master Assignment

19. puts(argv[0]);

  • Option : D
  • Explanation :
    arg [0] is a pointer to the executable code file name. So, puts (argv [0]) ; prints it.
Cancel reply
Cancel reply