InterviewSolution
Saved Bookmarks
| 1. |
Which function is responsible for searching in the table? (For #define IN 1, the name IN and replacement text 1 are stored in a “table”)(a) findout(s);(b) lookup(s);(c) find(s);(d) lookfor(s);I got this question in quiz.The above asked question is from Table Lookup topic in portion Structures, Unions and Bit-Fields in C of C |
|
Answer» Correct ANSWER is (B) lookup(s); |
|