Write a ‘C’ function to arrange the elements of an integer array

c) Write a ‘C’ function to arrange the elements of an integer array in such a way that all the negative elements are before the positive elements. The array is passed to it as an
argument.


Leave a Reply