Q. Which is an equivalent code to invoke a function fun of class opt that expects two arguments p and q?

  • (A) opt.fun(p,q);
  • (B) fun(p,q);
  • (C) opt.fun(p) && opt.fun(q);
  • (D) opt(p,q);
πŸ’¬ Discuss
βœ… Correct Answer: (A) opt.fun(p,q);

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
254
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Vishal Gupta
Publisher
πŸ“ˆ
89%
Success Rate