1.

Which of the following is true for "call by value" in C?

A. Called function has access to original argument
B. Called function creates a local copy of the passed argument
C. Both A and B are true
D. None of the above
Answer» C. Both A and B are true


Discussion

No Comment Found