Solution: Transferof control instructions are of two types, conditional and unconditional. Conditional transfer of control instructions are used to branch or change the sequence of program control, depending on the outcome of the comparison. Unconditional transfer of control instructions are used to change the sequence of program control to a specified program statement regardless of any condition.
Comments
Leave a comment