Question: Which option modifier tells a program not to exit with an error if it does not recognize the option, but instead to issue a warning?

  1. --verbose
  2. --skip
  3. --skip-error
  4. --loose

Answer: The correct answer of the above question is Option D:--loose