S2-C-Programs

All major conceptual S2 C-Programs with Algorithms

View the Project on GitHub trulyPranav/S2-C-Programs

Miscellaneous will be updated shortly!

Till then try out the question below:

Accept an array from the user. Sort and split it into two arrays as odd and even.
Remove the duplicate elements from the main array. Also find the sum of the elements 
of the main array.