The I/O statements that are used for random access
-
READ and WRITE
-
GET and PUT
-
Both a and b
-
None of the above
A
Correct answer
Explanation
Random access I/O operations allow reading or writing specific records directly by key or position. READ and WRITE statements provide this random access capability. GET and PUT are typically used for sequential I/O processing where records are accessed in order.