Logo 
Search:

C++ Programming FAQ

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

Find if the following function prototype contains any error: double area(int )

  Shared By: Bailey Evans    Date: Dec 02    Category: C++ Programming    Views: 1368

Answer:

Options

a) No error
b) Variable name is not included in the argument list
c) Semicolon is not found
d) None of the above


Answer : c) Semicolon is not found

Share: 
 



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


Tagged: