What is true about a function call statement?
A. Every function must be called at least once.
B. A function may be called whenever it is needed.
C. A function may be called only one time in a program.
D. A function may not be called from separate functions.
B
Computer Science & Information Technology
You might also like to view...
When protection is turned ON, others are prevented from making changes to locked cells in the worksheet
Indicate whether the statement is true or false
Computer Science & Information Technology
Which of the following configures a 1 pixel, solid black border for an element?
a. border-all: #000000; b. border: 1px solid #000000; c. border-style: 1px solid #000000; d. border-top: 1px solid #000000;
Computer Science & Information Technology