GO TO stmt which of the following is not true
A) GO TO stmt is not essential in the sense that it is
possible to write programs without using GO TO
B) The target of the GO TO stmt being a procedure name
avoiding GO TO result in a program with no procedure name
C) Indiscriminate use of GO TO stmt can make the
control structure program substantially complex
D) Too many GO TO stmts make a program difficult to
understand
Answers were Sorted based on User's Feedback
Answer / nygrande
Incorrect Answer = B;
To invoque a procedure we should use CALL PROCEDURE_NAME.
| Is This Answer Correct ? | 1 Yes | 0 No |
Can you define path?
Explain a linkage segment
what is CCID in endevor, what it is its role?
How do you create a like table?
What is a mainframe?
Explain referential integrity?
What is next sentence and continue unique?
What is the mainframe testing? Categorize the mainframe manual testing?
What will happen if both steplib and joblib are specified?
How to compare two files by using sort?
If an array is multi-dimensional dynamic array how do you deal with it & provide me some examples?
If a ceo wants to see all employees of the company from an online screen. How will be the design of the map from the developer point of view?