1.

A. Tick() the correct answer. The statement used to jump to a particular section in the program is2. MOVE.b. RUN.E GOTO2. A loop within another loop is called aa Circular loop.b. Nested loop.c. Branched loop​

Answer»

oTo (goto, GOTO, GO TO or other case COMBINATIONS, depending on the programming language) is a statement FOUND in many computer programming languages. ... At the machine code level, a goto is a form of branch or JUMP statement, in some cases combined with a stack adjustment.2.NESTED loopA loop within another loop is called nested loop. ... The inner loop is a part of the outer loop and must start and finish within the BODY of outer loop. On each iteration of outer loop, the inner loop is executed completely.



Discussion

No Comment Found