Vidyalelo
C Programming · Q117

Structure and Union

Programming · C Programming · question 117

Q117

Which function is responsible for recording the name "s" and the replacement text "t" in a table?

A.
install(s, t);
Answer
B.
fix(s, t);
C.
setup(s, t);
D.
settle(s, t);

Answer: Option A

Solution

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