ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
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
Streams are created, variables are bound to them and they are connected to files using with-open-file.