Q. Consider the following code snippet.
Which is an equivalent code for the above code snippet?
Code:
Which is an equivalent code for the above code snippet?
opt.fun(p,q);
β
Correct Answer: (D)
opt["fun"](p,q);