The document contains a C program that implements the Bubble Sort algorithm to sort an array of integers. It defines a function to perform the sorting and another function to print the sorted array. The main function initializes an array, calls the sorting function, and then prints 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)
6 views2 pages
DS12
The document contains a C program that implements the Bubble Sort algorithm to sort an array of integers. It defines a function to perform the sorting and another function to print the sorted array. The main function initializes an array, calls the sorting function, and then prints the sorted result.