Node:Questions 17, Previous:Building a library, Up:Putting a program together



Questions

  1. What is the name of the preferred method for handling command-line options?
  2. What does the -c option of the gcc command do?
  3. What information does the argc variable contain?
  4. What information does the argv variable contain?
  5. What information does the envp variable contain?