What is the purpose of the function call?

A. Control is passed to the called function.
B. The program is passed all of the called function’s variables.
C. main() gets to use the function’s variables.
D. Both A & C.


A

Computer Science & Information Technology

You might also like to view...

Which of the following rendering intents works well for business schematics?

A. colorimetric (absolute) B. colorimetric (relative) C. perceptual D. saturated

Computer Science & Information Technology

Use hyphenation to control how words are split between lines

Indicate whether the statement is true or false

Computer Science & Information Technology

The protocols FTP, HTTP, HTTPS and SMTP all use the three-way handshake

Indicate whether the statement is true or false.

Computer Science & Information Technology

Which of the following is not a correct method in the Character class?

a. isLetterOrDigit(char) b. isLetter(char) c. isDigit() d. toLowerCase(char) e. toUpperCase()

Computer Science & Information Technology