1. Question: How will you free the allocated memory ?

    A
    remove(var-name);

    B
    free(var-name);

    C
    delete(var-name);

    D
    dalloc(var-name);

    Note: Not available
    1. Report
  2. Question: What is the similarity between a structure, union and enumeration?

    A
    All of them let you define new values

    B
    All of them let you define new data types

    C
    All of them let you define new pointers

    D
    All of them let you define new structures

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd