MCQOPTIONS
Saved Bookmarks
| 1. |
Which one is suitable syntax for function template? |
| A. | template< class T> return_type Function_Name(parameters) |
| B. | template< typename T> return_type Function_Name(parameters) |
| C. | both a and b |
| D. | None of these |
| Answer» D. None of these | |