Solved

Which of the Following Overloadings Will Be Invoked by This

Question 23

Multiple Choice

Which of the following overloadings will be invoked by this call? g(1,2) ;


A) int g(int count,double value) ;
B) void g(double value,int count) ;
C) void g(int value,int count) ;
D) Neither,the compiler cannot decide which of these to use.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions