Logo 
Search:

C++ Programming FAQ

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

Function prototyping defines for which option

  Shared By: Ryan Bouchard    Date: Sep 25    Category: C++ Programming    Views: 1105

Answer:

Options

a) The return type of the function
b) The identifier of the function
c) The number and type of arguments
d) All of the above


Answer : d) All of the above

Share: 
 

Didn't find what you were looking for? Find more on Function prototyping defines for which option Or get search suggestion and latest updates.


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


Tagged: