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
(c) It modifies off the new definition has higher priority
(d) It creates a new table and add the new definition in it
This question was addressed to me in an interview for job.
My doubt stems from Table Lookup topic in portion Structures, Unions and Bit-Fields in C of C