Home / C Programming / Arrays :: Discussion

Discussion :: Arrays

  1. A pointer to a block of memory is effectively same as an array

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Yes, It is possible to allocate a block of memory (of arbitrary size) at run-time, using the standard library's malloc function, and treat it as an array.


Be The First To Comment