Explain GOSUB with example.
Answer shortly please
Attachments:
Answers
Answered by
1
Answer:
The GOSUB statement transfer control to the line with the specified statement label, where the program sequentially procedes until it reaches a RETURN statement.
Answered by
4
Answer:
The GOSUB statement transfers control to the line with the specified statement label, where the program sequentially proceeds until it reaches a RETURN statement. ... expr is evaluated and truncated into an integer n, and the subroutine beginning with the nth label on the statement line is given control of the program.
Explanation:
Apka naam kya hai
Similar questions