A void function

a. performs some action and returns a value
b. performs some action but does not return a value
c. is a statement
d. call is written much like a call to a value returning function but is terminated with a semicolon.
e. A void function may have a return statement but is not required to have one.

b) c) d) e)
Explanation: a) is wrong because a void function does not return a value.

Computer Science & Information Technology

You might also like to view...

A program that might be installed on a user's PC for the purpose of tracking user names and passwords as they are keyed in, is called a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

A connection to data in another file

a. Import b. Link c. Data design

Computer Science & Information Technology