Discussion :: Object Oriented Programming Using C++
-
The compiler determines the type used in a template function via ___________
A.
the name of the function
|
B.
the first variable declared within the function
|
C.
the type of the argument passed to the function
|
D.
the type of the value returned from the function
|
Answer : Option C
Explanation :
No answer description available for this question.
Be The First To Comment