Write a C program to implement the Bubble sort technique (ascending order) and for the following input: 58 42 10 25 60
6.A) Write a C program to implement the Bubble sort technique (ascending order) and tracethe program for the following input: 58 42 10 25 60. Answer:-
