Which of the following statements about function definition is false?

A. The function definition contains the code needed to complete the task.
B. The function definition is terminated by a semicolon (;).
C. The function body contains local declarations and statements.
D. The parameters in the function definition can be coded without a name.
E. Void functions do not need a return statement.


Answer: B

Computer Science & Information Technology

You might also like to view...

Show the value of x after each of the following statements is performed:

``` a) x = fabs(7.5); b) x = floor(7.5); c) x = fabs(0.0); d) x = ceil(0.0); e) x = fabs(-6.4); f) x = ceil(-6.4); g) x = ceil(-fabs(-8 + floor(-5.5))); ```

Computer Science & Information Technology

The file format that is designed to contain animation is:

a. executable b. director c. cabinet d. rich text format e. text

Computer Science & Information Technology

Once you mark a task as complete, Outlook removes it from the To-Do list and places it in the ____ list.

A. Finished B. Completed C. Done D. Archive

Computer Science & Information Technology

Aideen sent an email to her supervisor

explaining the Domain Name System Security Extensions (DNSSEC). Which of the following statements would Aideen have NOT included in her email? a. It is fully supported in BIND9. b. It adds additional resource records. c. It adds message header information. d. It can prevent a DNS transfer attack.

Computer Science & Information Technology