Functions


  1. In what situation, install function returns NULL?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    When there is no memory for adding new name


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











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    It modifies the name with new definition



  1. Which of the following statement is true?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    Install function uses lookup


  1. Which function is responsible for recording the name “n” and the replacement text “t” in a table?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    install(n, t);



  1. Which algorithm is used for searching in the table?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    Hash search