InterviewSolution
Saved Bookmarks
| 1. |
Which are done by compiler for templates?(a) type-safe(b) portability(c) code elimination(d) prototype |
|
Answer» Right answer is (a) type-safe Easiest explanation - 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. |
|