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

A method must be declared __________ for it to be overridden by derived classes.

a) overrides b) overridable c) virtual d) None of the above

Computer Science & Information Technology

DHCPv6 uses a DHCP Unique Identifier to lease an address and create reservations.

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

Computer Science & Information Technology