The ________ function causes the entire program to terminate, regardless of which function or control mechanism is executing.
A) terminate()
B) return()
C) continue()
D) exit()
E) break()
D) exit()
Computer Science & Information Technology
You might also like to view...
C binds a variable to a location when the ______ containing that variable is executed.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
____________________ happens when input applied to a variable is larger than the memory allotted to that variable.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology