Answer to Question #47488 in Programming & Computer Science for irebami

Question #47488
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-21T00:52:46-0400
ANSWER
<RETURN>is correct answer. In most modern programming languages <RETURN> keyword
indicates the end of method or a function. Entry point (or main method) is
represented in the form of function - it has its scope, bounds and returning
value. For example, in common windows console applications returned value
determines the result of program ending:
- <0>means that program was successfully ended.
- <1>means that program was emergency closed.
.
.

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS