Which of the following is the function prototype for a function AlphaBeta that takes two double parameters and does not return any values.
Select one:
a. double AlphaBeta(double, double);
b. AlphaBeta(double, double);
c. void AlphaBeta(double, double);
d. oid AlphaBeta(double x, y);



Answer :

Other Questions