Home » C++ Programming » Templates » Question
  1. How to declare a template?
    1. temp
    2. template<>
    3. tem
    4. All of above
    5. None of these
Correct Option: B

template<>



Your comments will be displayed only after manual approval.