eliminate duplicates c language

Write a function named "eliminate_duplicates" that takes an array of integers in random order and eliminates all the duplicate integers in the array. The function should take two arguments: (1) an array of integers; (2) an integer that tells the number of cells in the array. The function should return the number of distinct integers in the array.
closed account (48T7M4Gy)
This is not a homework site. Thanks for asking though.
Topic archived. No new replies allowed.