Examveda
Examveda

An array elements are always stored in ________ memory locations.

A. Sequential

B. Random

C. Sequential and Random

D. None of the above

Answer: Option A


This Question Belongs to C Program >> Arrays And Strings

Join The Discussion

Comments ( 4 )

  1. Silu Sahoo
    Silu Sahoo :
    4 years ago

    Array is a sequential memory location because it is single variable can be store only one value at a time

  2. Naveed Peer
    Naveed Peer :
    6 years ago

    as array is an index based data structure so in memory it is somewhat declared in a sequential fashion i.e one after other

  3. Education Hub
    Education Hub :
    6 years ago

    Because arrays always allocate contiguous memory locations

  4. Poonam Koli
    Poonam Koli :
    6 years ago


    why in sequential



Related Questions on Arrays and Strings