Command Line Arguments - Programming

Q1:

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

ANS:A - It is an array of character pointers

No answer description is available. Let's discuss.