Saturday, July 16, 2011

I want a program in C to search an element in an array and delete all it's occurrences?

I want a program that will first enter (say) 10 numbers, and then ask the user which number to remove from the array and then remove all its occurrences from it. (Numbers can be repeated while entering, or all numbers can be same)

No comments:

Post a Comment