Question: 4 Question 5 When is it a good idea to use a recursive subroutine? When your subroutines take no arguments When working with data structures
4 Question 5 When is it a good idea to use a recursive subroutine? When your subroutines take no arguments When working with data structures that have repeating patterns When creating very long procedures When you have a limited amount of space on the stack Question 6 The INVOKE directive serves as a replacement to which instruction? PUSH CALL O ENTER O PROC Question 7 If you declared a procedure with the procedure's arguments using PROC, what change do you have to make to turn that procedure definition into a procedure prototype using PROTO? 1 p 1 p 1 F
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
