Home » C Programming » Functions » Question
  1. What happens when install(s, t) finds that the name being installed is already present in the table?
    1. a)
      b)
      c)
      d) It creates a new table and add the new definition in it
    2. It doesn’t modify the name in the table
    3. It modifies the name with new definition
    4. It modifies off the new definition has higher priority
    5. None of these
Correct Option: C

It modifies the name with new definition



Your comments will be displayed only after manual approval.