InterviewSolution
Saved Bookmarks
| 1. |
Which of the following can never be sent by call-by-value?(a) Variable(b) Array(c) Structures(d) Both Array and StructuresI have been asked this question in an interview.I'm obligated to ask this question of Pointers and Function Arguments topic in chapter Pointers and Arrays in C of C |
|
Answer» CORRECT OPTION is (B) Array Explanation: NONE. |
|