Multiple choice A function template definition begins with the keyword___________ template class namespace class template Reveal answer Fill a bubble to check yourself A Correct answer Explanation Function templates are defined using the 'template' keyword followed by the template parameter list in angle brackets.