Home / C Programming / Complicated Declarations :: Discussion

Discussion :: Complicated Declarations

  1. What do the following declaration signify?

    char *scr;

  2. A.
    scr is a pointer to pointer variable.
    B.
    scr is a function pointer.
    C.
    scr is a pointer to char.
    D.
    scr is a member of function pointer.

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment