Home » C Programming » Functions » Question
  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”)
    1. find(s);
    2. findout(s);
    3. lookfor(s);
    4. lookup(s);
    5. None of these
Correct Option: D

lookup(s);



Your comments will be displayed only after manual approval.