Home / ECE / Digital Electronics :: Discussion

Discussion :: Digital Electronics

  1. Which of the following correctly declares a pointer to an array of intergers in C?

  2. A.
    int * P [20]
    B.
    int * P
    C.
    int (* P) [20]
    D.
    int * (P [20])

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment