A C++ program contains a function with the header int function(double d, char c). Which of the following function headers could be used within the same program?
Options
A. char function(double d, char c)
B. int function(int d, char c)
C. both (a) and (b)
D. neither (a) nor (b)
Correct Answer
int function(int d, char c)
More questions
1. To view any currently running Terminate Stay Resident (TSR's) programs you could type: