Question: 1 . In the code below, emplate T subtract ( T num 1 , T num 2 ) { return ( num 1 - num

1. In the code below,
emplate
T subtract(T num1, T num2){
return (num1- num2);
}
the function subtract(T ...) is a
a) a static member function
b) an inline function
c) a template function
d) none of the these

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!