Home / C Programming / Memory Allocation :: Discussion

Discussion :: Memory Allocation

  1. Can I increase the size of dynamically allocated array?

  2. A.
    Yes
    B.
    No

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Use realloc(variable_name, value);


Be The First To Comment