programming in C language. Thank you🙏👍
Posted: Thu Jul 14, 2022 2:11 pm
programming in C language.
Thank you

1. Write a program to ask for a 3×3 array from the user and then ask the element which the user wants to remove. Remove the element from the array and replace that index with the user desired value. Enter the array: (Consider user enters the values) 158 574 286 Enter the element you want to remove: 2 (lets say) Enter the value you want to add: 5 The new array is: 158 574 586
Thank you
1. Write a program to ask for a 3×3 array from the user and then ask the element which the user wants to remove. Remove the element from the array and replace that index with the user desired value. Enter the array: (Consider user enters the values) 158 574 286 Enter the element you want to remove: 2 (lets say) Enter the value you want to add: 5 The new array is: 158 574 586