/C-Program-to-find-all-duplicate-numbers-and-unique-numbers-in-a-provided-array

Takes an array from the user comprised of any number of integers and returns all the duplicate and unique numbers in the specified array. (Very simplified and easy to understand code)

Primary LanguageC

C-Program-to-find-all-duplicate-numbers-and-unique-numbers-in-a-provided-array

Takes an array from the user comprised of any number of integers and returns all the duplicate and unique numbers in the specified array