Q. In a program, If there exists a function template with two parameters and normal function say void add(int , int), so add(3,4) will _____________________ .
β
Correct Answer: (B)
Invokes normal function as it exactly matches with its prototype