Multiple Choice
What is the data type of the following function prototype's parameter variable?
Int myFunction(double) ;
A) int
B) double
C) void
D) cannot tell from the prototype
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q26: If a function does not have a
Q27: Global variables are initialized to zero by
Q28: Which line in the following program
Q29: Which line in the following program
Q30: You may use the exit() function to
Q32: Select all that apply. Which of the
Q33: EXIT_FAILURE and _ are named constants that
Q34: A function is executed when it is<br>A)
Q35: _ functions may have the same name
Q36: The value in a _ variable persists