ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which evaluates the single argument and prints it on a new line?
Format
With-open-file
Print
All of the mentioned
Correct Answer: C — Print
The print primitive evaluates its single argument and prints it on a new line and prints a trailing space character.