Functions
- In what situation, install function returns NULL?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
When there is no memory for adding new name
- What happens when install(s, t) finds that the name being installed is already present in the table?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
It modifies the name with new definition
- Which of the following statement is true?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
Install function uses lookup
- Which function is responsible for recording the name “n” and the replacement text “t” in a table?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
install(n, t);
- Which algorithm is used for searching in the table?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
Hash search