A ____ declares the function to the compiler-it tells the compiler the name of the function, the data type of the value that the function will return (the keyword void indicates that the function will not be returning any value), and the data types of each argument that the function expects to receive when it is called.
A. function prototype
B. function header
C. function body
D. function declarator
Answer: A
Computer Science & Information Technology
You might also like to view...
In the accompanying figure, Item 4 points to the ____ for the text defined in the document window.
A. Left Indent marker B. Hanging Indent marker C. First Line Indent marker D. Right Indent marker
Computer Science & Information Technology
The prebuilt Excel function ________ returns the serial number of the current date and time
A) TODAY B) COUNT C) DATE D) NOW
Computer Science & Information Technology
What is a bucket?
What will be an ideal response?
Computer Science & Information Technology
Write a statement that rounds a float variable called size to three decimal places:
What will be an ideal response?
Computer Science & Information Technology