Home » C Programming » Functions » Question
  1. In what situation, install function returns NULL?
    1. Whenever a new name is added to the table
    2. When there is no memory for adding new name
    3. When the name to be defined is already present in the table
    4. All of above
    5. None of these
Correct Option: B

When there is no memory for adding new name



Your comments will be displayed only after manual approval.