Which of the following statements is used to indicate to the compiler (interpreter) that there are no more BASIC statements for it to translate?
RETURN
END
STOP
all of the above
1
Expert's answer
2014-10-15T05:53:20-0400
Answer: Everyprogram requires an END statement. The END statement has two functions—to indicate to the compiler (interpreter) that there are no more BASIC statements for it to translate and to terminate execution of the program. Execution of an END statement causes the computer to print a message which indicates program execution is terminated and that the computer is ready for further processing. So,answer is b)END.
Comments
Leave a comment