template class t T reverse T x return -x In the above function-03049
template <class t><br>T reverse(T x){<br>return (-x);<br>} In the above function the return type is __________.
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Lecture No.41 - Quiz No.1.