Node:
Questions 17
, Previous:
Building a library
, Up:
Putting a program together
Questions
What is the name of the preferred method for handling command-line options?
What does the
-c
option of the
gcc
command do?
What information does the
argc
variable contain?
What information does the
argv
variable contain?
What information does the
envp
variable contain?