programming languages Online Quiz - 160
Description: programming languages Online Quiz - 160 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
The maximum length of a literal in REXX is ?
The symbol '||' is used for ?
Which instruction in REXX is used to display at the terminal?
What is the result when the following piece of code is executed? /REXX/ X=16 Y=5 Z = X % Y Say Z
What is the output of the following? SAY 'C1C2C3'X
What is the output? SAY "TCS"||"USWEST"
The instruction NUMERIC FUZZ is used in REXX ?
Which of the following is EXCLUSIVE OR operator?
EXECIO is used to ?
To indicate end of input file EXECIO sets the REXX special variable RC to ?
When there is data in the stack, which instruction can be used to force the Input from the terminal?
The command "EXECUTIL TS" in REXX ?
Which method is used to write data to the SOL file during a open session?
What is the default method for sending a request via the HTTPService MXML tag?