Given: A file with the internal name payfile whose records contain each employee’s ID number and rate of hourly pay. Which of the following will assign the values of one record to the variables named IDNum and Pay?
a. Read IDNum, Pay, payfile
b. Read From payfile
Write IDNum, Pay
c. Read payfile, IDNum, Pay
d. Read payfile, IDNumber, payrate, IDNum, Pay
C
You might also like to view...
The format specifier ________ is a placeholder for an int value.
a. %n b. %d c. %int d. %s
?In the accompanying figure of Microsoft Access 2016, Box A points to the _____.
A. layout of data in linked form B. ?order in which data will be displayed C. ?data extracted from a main form D. title for the subform
The second digit in the file permission code assigns permissions to the ____.
A. group B. other C. user D. group/user
Which of the following steps are NOT needed to for exception handling?
A. Code your own routine B. Create application-specific exceptions C. Add debug statements D. Manage the views