Home / C Programming / Command Line Arguments :: Discussion

Discussion :: Command Line Arguments

  1. Which of the following is TRUE about argv?

  2. 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

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment