Home / C Programming / Pointers :: Discussion

Discussion :: Pointers

  1. If a variable is a pointer to a structure, then which of the following operator is used to access data members of the structure through the pointer variable?

  2. A.
    .
    B.
    &
    C.
    *
    D.
    ->

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment