Discussion :: C++ - MCQs
- What can be passed by non-type template parameters during compile time?
Answer : Option C
Explanation :
Non-type template parameters provide the ability to pass a constant expression at compile time. The constant expression may also be an address of a function, object or static class member.
Be The First To Comment