Logo 
Search:

C++ Programming FAQ

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

Identify which function prototype exhibits the following: Name of the function is sample_cal

  Shared By: Abigail Campbell    Date: Feb 25    Category: C++ Programming    Views: 1281

Answer:

Options

a) sample_calc(double, double);
b) void sample_calc(double, double);
c) double sample_calc(void);
d) void sample_calc(double, double)

Answer : b) void sample_calc(double, double);

Share: 
 



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


Tagged: