Question: What is the correct Answer? Question 17 What is the output of the following code snippet? void mystery (int arr[ ]){ arr [0]*=10; int main(
What is the correct Answer?

Question 17 What is the output of the following code snippet? void mystery (int arr[ ]){ arr [0]*=10; int main( ){ int arr = {2,4,6,8}; mystery (arr ) ; cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
