Multiple choice

A function template definition begins with the keyword___________

  1. template

  2. class

  3. namespace

  4. 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.