Which primitive is used to connect the files with the streams?
Read
Format
With-open-file
None of the mentioned
Correct Answer: C — With-open-file
Explanation:
Streams are created, variables are bound to them and they are connected to files using with-open-file.