Let Us C Solution | Chapter 13 | Array in C | Exercise I(d)
Duration: 11:10 Min | Sep 10, 2023
Initialize an integer array of 10 elements in main( )
Pass the entire array to a function modify( )
In modify( ) multiply each element of array by 3
Return the control to main( ) and print the new array elements in main( )