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?
β
Correct Answer: (A)
a,x(g,h);
You must be Logged in to update hint/solution