InterviewSolution
Saved Bookmarks
| 1. |
Which function is responsible for recording the name “s” and the replacement text “t” in a table?(a) install(s, t);(b) fix(s, t);(c) setup(s, t);(d) settle(s, t);The question was asked in an internship interview.The doubt is from Table Lookup in division Structures, Unions and Bit-Fields in C of C |
|
Answer» The CORRECT CHOICE is (a) INSTALL(s, t); |
|