Join Examsbook
883 0

Q: What would be the output of the following program? /* sample.c */ main ( int argc, char **argv ) {      argc = argc - (argc -1);      printf ("%s", argv[argc - 1]); }

  • Show AnswerHide Answer
  • Workspace

Answer :
Explanation :

C: \SAMPLE.EXE

Are you sure

  Report Error

Please Enter Message
Error Reported Successfully