Solved

If You Write a Function That Should Use Call-By-Reference, but Forget

Question 2

Multiple Choice

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

Correct Answer:

verifed

Verified

Related Questions