Home » C++ Programming » Templates » Question
  1. Which are done by compiler for templates?
    1. code elimination
    2. type-safe
    3. portability
    4. All of above
    5. None of these
Correct Option: B

The compiler can determine at compile time whether the type associated with a template definition can perform all of the functions required by that template definition.



Your comments will be displayed only after manual approval.