programming languages Online Quiz - 161
Description: programming languages Online Quiz - 161 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Which clearcase command is used to check in the files
As per the Coding Guidelines of the Project, Which of the following is valid include when messenger .hpp from messenger unit is used in the current unit?
As per the Coding Guidelines of the Project, What should be the maximum length of a line?
As per the Coding Guidelines of the Project, Each variable should be individually declared on a separate line
After submiting the change set, the next process is:
A file pqr.cpp has been changed neither in your view nor in the task you are working. There is no private copy of the file present in your view.. The version of the file you are viewing is the file present in
REXX is
The main function of REXX is to pass commands to
The use of interaction of REXX with TSO/ISPF Dialogue Manager is
REXX program can be executed only from TSO READY prompt?
REXX program is also called exec
A REXX program should be compiled before it can be executed?
REXX program cannot be developed in Physical Sequential Dataset?
Label must be first thing on a line and it must end with a colon?
Which of the following variable names are valid?
Which of the following commands passes commands to a specific environment?
Which of the following keyword is useful for string manipulation?
The PUSH keyword is used to place data on the ?
When there is data on the stack, the pull instruction retrieves data from ?
Which of the following keyword will be useful for interactive debugging?