Vidyalelo
C Programming · Q125

Structure and Union

Programming · C Programming · question 125

Q125

What happens when install(s, t) finds that the name being installed is already present in the table?

A.
It doesn't modify the name in the table
B.
It modifies the name with new definition
Answer
C.
It modifies off the new definition has higher priority
D.
It creates a new table and add the new definition in it

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board