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);
Answer: Option B
A. findout(s);
B. lookup(s);
C. find(s);
D. lookfor(s);
Answer: Option B
Which of the following can be a member of a structure?
A. Function
B. Another structure
C. Enumeration
D. All of the above
Join The Discussion