This function causes a program to terminate, regardless of which function or control mechanism is executing.

a. exit()
b. terminate()
c. return()
d. continue()
e. None of these

a. exit()

Computer Science & Information Technology

You might also like to view...

The keyword sealed is applied to methods and classes to:

a) prevent overriding and inheritance b) guarantee an implementation exists c) specify a class is concrete d) None of the above.

Computer Science & Information Technology

A(n) ____ is a group of variables that have the same name and data type, and are related in some way.

A. subscript B. string C. array D. run time error

Computer Science & Information Technology