1. Which of the following can never be sent by call-by-value? a) Variable b) Array c) Structures d) Both Array and Structures AnswerAnswer: b [Reason:] None. 2. Which type of variables can have same name in different function: a) global variables b) static variables c) Function arguments d) Both static variables and Function arguments AnswerAnswer:…