Page 1 of 1

programming in C language. Thank you🙏👍

Posted: Thu Jul 14, 2022 2:11 pm
by answerhappygod
programming in C language.
Thank you🙏👍
Programming In C Language Thank You 1
Programming In C Language Thank You 1 (34.31 KiB) Viewed 45 times
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