Home » C Programming » Functions » Question
  1. Which function is responsible for recording the name “n” and the replacement text “t” in a table?
    1. setup(n, t);
    2. settle(n, t);
    3. install(n, t);
    4. fix(n, t);
    5. None of these
Correct Option: C

install(n, t);



Your comments will be displayed only after manual approval.