Logo 
Search:

C++ Programming FAQ

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

Which of the following functions in C++ replace the usage of macros in C?

  Shared By: Daisy Brown    Date: Sep 07    Category: C++ Programming    Views: 923

Answer:

Options

a) friend function
b) virtual function
c) inline function
d) All of the above

Answer : c) inline function

Share: 
 



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


Tagged: