If you write a function that should use call-by-reference, but forget to include the ampersand,

a. The program will not compile
b. The program will not link
c. The program will not run without a run-time error
d. The program will run with incorrect results
e. It doesn't matter

d. The program will run with incorrect results

Computer Science & Information Technology

You might also like to view...

All of the following statements are TRUE about nested IF functions EXCEPT:

A) Each nested function needs a pair of parentheses. B) Excel color codes parentheses to indicate which parentheses are paired. C) Nested IF functions permit more than two outcomes. D) The outcome of a nested IF function is limited to numeric or text values.

Computer Science & Information Technology

A(n) ________ is a group of related characters.

A. attribute B. record C. field D. entity

Computer Science & Information Technology