Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

Which statement(s) is similar to the declaration of non-type template parameters?

  Shared By: Emma Campbell    Date: Mar 22    Category: C++ Programming    Views: 571

Answer:

Options

a) Pointer to member
b) Pointer to object or pointer to function
c) Reference to object or reference to function
d) All of the above

Answer : d) All of the above

Share: 
 



Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: