Home / C Programming / Arrays :: Discussion

Discussion :: Arrays

  1. Array passed as an argument to a function is interpreted as

  2. A.

     Address of the array.

    B.

     Values of the first elements of the array.

    C.

     Address of the first element of the array.

    D.

     Number of element of the array.

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Explanation Not Provided


Be The First To Comment