Which of the following is TRUE about
1.
|
Which of the following is TRUE about argv?
|
A. |
It is an array of character pointers |
B. |
It is a pointer to an array of character pointers |
C. |
It is an array of strings |
D. |
None of above |
Answer» B. It is a pointer to an array of character pointers
|
|