Q. Which one of the following code is equivalent to call a function "x" of the class "a" which have two arguments g and h?

  • (A) a,x(g,h);
  • (B) x(g) &&a.x(g);
  • (C) x(a,g);
  • (D) (g,h);
πŸ’¬ Discuss
βœ… Correct Answer: (A) a,x(g,h);

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
287
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Yashika
Publisher
πŸ“ˆ
82%
Success Rate