In the following C statement, what is the number 40 called?
amt = calculate_pay(40, 20.75);
a. output argument
b. formal parameter
c. actual argument
d. variable abstraction
e. none of the above
C
You might also like to view...
In OpenOffice Calc, the area reserved at the top of a sheet for information that will display on each page is called the ________
A) title B) header C) margin D) footer
Answer the following statements true (T) or false (F)
1. Random access files may process records randomly or sequentially. 2. A secondary key is essentially the same as a primary key. 3. Instructions such as OPEN and READ uses the LFN within the solution since that number designates the file in use. 4. It is important to design the record with care to save storage space. 5. A systems flowchart shows the flow of data between the pieces of hardware.