Vidyalelo
C Programming · Q153

Structure and Union

Programming · C Programming · question 153

Q153

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);
Answer
C.
find(s);
D.
lookfor(s);

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board