ARRAYS number of rows and 3 5 4 7 2 1 marks 0 3 8 9 2 6 Based on the above diagram: 2.1 Declare and initialize two-dimen
Posted: Thu May 26, 2022 9:48 am
ARRAYS number of rows and 3 5 4 7 2 1 marks 0 3 8 9 2 6 Based on the above diagram: 2.1 Declare and initialize two-dimensional array marks. 2.2 Display all values of the second row. 2.3 Display all values of the third column. 2.4 Write a coding to find the value of 6. Display "not found" if the value is not found. 2.5. What is actual parameter. Explain. 2.6 What is formal parameter. Explain. 2.7 Write a function named sendArray(). The function receives two-dimensional array and its column as a parameter. Display the value of all arrays. Change all values to 0 and display the latest values in the main function.