Examveda
Examveda

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

A. 2

B. 8

C. 20

D. 50

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

Answer: Option E


This Question Belongs to C Program >> Arrays And Strings

Join The Discussion

Comments ( 3 )

  1. Aravind Perumal
    Aravind Perumal :
    5 years ago

    Wrong answer. Standard says minimum 256. maximum is implementation specific. The answer is "Implementation Specific".

    Question can be like "What is the maximum number of size an array in C may have? ".

  2. Navnath Kumbhar
    Navnath Kumbhar :
    5 years ago

    What is ans

  3. Anil Suryawanshi
    Anil Suryawanshi :
    8 years ago

    please me what is ans

Related Questions on Arrays and Strings