Single Choice Moderate

QWhich of the following is a correct function call passing an array?

ID: #24505 Array with Function 23 views
Question Info
#24505Q ID
ModerateDifficulty
Array with FunctionTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A sumArray(arr[])
  • B sumArray(&arr)
  • C sumArray(arr)
  • D sumArray(*arr)
Correct Answer

Explanation

Answer: C) sumArray(arr)

Share This Question

Challenge a friend or share with your study group.