Which makes it possible to print in tabulated columns?
Read
Directive
Format
Answer and explanation
Format also has the option to print the values in tabulated columns.
ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
5 practice sets · Page 1 of 1
Which makes it possible to print in tabulated columns?
Read
Directive
Format
Format also has the option to print the values in tabulated columns.
Which evaluates the expression twice during execution?
Read
Eval
Format
Eval evaluates the expression twice during execution.
Which primitive makes the messages consists of uppercase and lowercase letters?
Format
Directive
Read
Format primitive helps to create messages consisting of both uppercase and lowercase letters.
Which evaluates the single argument and prints it on a new line?
Format
With-open-file
All of the mentioned
The print primitive evaluates its single argument and prints it on a new line and prints a trailing space character.
Which can read expressions from data-files one at a time?
With-open-file
Directive
None of the mentioned
With-open-file can read expressions from data files one at a time, as they are needed for processing.