Which of the following is true for a void function?

a. There cannot be a return statement.
b. The value of void should be returned.
c. The value of 0 should be returned.
d. Nothing is returned.

d. Nothing is returned.

Computer Science & Information Technology

You might also like to view...

If information being protected is critical, which is the best course of action?

A. The data should be used less frequently B. The encryption password should be changed more frequently C. Users should be provided public encryption keys D. The data should be hidden from other processes

Computer Science & Information Technology

The syntax for accessing a class (struct) member using the operator -> is ____.

A. pointerVariableName.classMemberName B. pointerVariableName->classMemberName C. pointerVariableName&->classMemberName D. &pointerVariableName.classMemberName

Computer Science & Information Technology