Programming In C Language Thank You 1 (34.31 KiB) Viewed 44 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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!