C++ Functions Quiz - Question 6

Last Updated :
Discuss
Comments

In the following function declaration, how many formal parameters are there?

C++
double calculate(double value1, double value2);

1

2

0

2 actual parameters

Share your thoughts in the comments
Article Tags :