MCQOPTIONS
Saved Bookmarks
| 1. |
The statement IMPLICIT INTEGER (A - F) in FORTRAN identifies |
| A. | all variable names which begin with A, B, C, D, E or F as being of integer type |
| B. | all character names which begin with A, B, C, D, E, or F as being of integer type |
| C. | all variable names which begin with A and have 6 characters |
| D. | none of the above |
| Answer» B. all character names which begin with A, B, C, D, E, or F as being of integer type | |