Home / C Programming / Pointers :: Discussion

Discussion :: Pointers

  1. Which of the following statements correct about k used in the below statement?
    char ****k;

  2. A.
    k is a pointer to a pointer to a pointer to a char
    B.
    k is a pointer to a pointer to a pointer to a pointer to a char
    C.
    k is a pointer to a char pointer
    D.
    k is a pointer to a pointer to a char

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment