- 
					 What can be passed by non-type template parameters during compile time?
 
- 
                        
- constant expression
 - float
 - int
 - All of above
 - None of these
 
 
Correct Option: C
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.