The ________ statement causes a function to end and the flow of control to move back to the point where the function call was made.

A) end
B) break
C) continue
D) return
E) exit

D) return

Computer Science & Information Technology

You might also like to view...

A macro is an action or a set of actions with which you can automate tasks by grouping a series of commands into a single command

Indicate whether the statement is true or false

Computer Science & Information Technology

To ensure that a user enters only digits in a postal code field with a character data type, use a Data Type validator.

a. true b. false

Computer Science & Information Technology