Multiple Choice
___ is an example of a function prototype.
A) float roi(int, double) ;
B) roi(3, amt) ;
C) printf("%f", roi(3, amt) ) ;
D) float roi( int yrs, double rate)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q41: The function _ converts an ASCII string
Q42: In earlier versions of C, if a
Q43: Terms used as synonyms for arguments are
Q44: The function _ returns the common logarithm
Q45: Failure to exactly match the return value
Q47: All C compilers provide _ function(s) for
Q48: The purpose of a _ is to
Q49: The value of an expression can be
Q50: The function _ returns the natural logarithm
Q51: _ is a prototype of a function