Home / C Programming / Arrays :: Discussion

Discussion :: Arrays

  1. What is the maximum number of dimensions an array in C may have?

  2. A.

     2

    B.

     8

    C.

     20

    D.

     50

    E.

     Theoratically no limit. The only practical limits are memory size and compilers.

    View Answer

    Workspace

    Answer : Option E

    Explanation :

    Explanation Not Provided


Be The First To Comment