The document contains a C implementation of the Bubble Sort algorithm using an array. It defines a function to sort the array and another to print the sorted array. The main function demonstrates sorting a predefined array and outputs the sorted result.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
10 views2 pages
Implementation of Bubble Sort Using An Array in C
The document contains a C implementation of the Bubble Sort algorithm using an array. It defines a function to sort the array and another to print the sorted array. The main function demonstrates sorting a predefined array and outputs the sorted result.