Question

    What is the primary advantage of dynamic memory

    allocation?
    A It allows for efficient memory utilization. Correct Answer Incorrect Answer
    B It eliminates the need for pointers. Correct Answer Incorrect Answer
    C It improves code readability. Correct Answer Incorrect Answer
    D It speeds up the program execution. Correct Answer Incorrect Answer

    Solution

    It allows for efficient memory utilization.

    Practice Next

    Relevant for Exams: