.
.
.
.
Programming
Question

In which of the following case(s) is it possible to obtain different results for call-by-reference and call-by-name parameterpassing?

Answer

Passing an array element by call-by-name behaves like call-by-value. Therefore, there may be different results for call-by-reference and call-by-name parameter passing for passing an array elements.