Bubble Sort of User Define Unsorted Array Written in C
- Asks user,how many elements they want in the unsorted array.
- Prompts user to enter the given no. of elements (each indivisual element is defined by space or newline(enter)).
- Shows the unsorted array entered by the user and the sorted array in the newline.