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) 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.

Computer Science & Information Technology

You might also like to view...

What is the length of the array times declared by:

string times[ ] = {“8:00”, “9:15”, “11:00”, “12:30”, “2:15”};

Computer Science & Information Technology

Printed handouts display ________ (small images) of the slides for audience use

Fill in the blank(s) with correct word

Computer Science & Information Technology

The defining query for a view can be any valid SQL query.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Loops are frequently used to ____; that is, to make sure it is meaningful and useful.

A. validate data B. restructure data C. simulate data D. corroborate data

Computer Science & Information Technology