Computer Science, asked by Prayash6383, 8 months ago

Write a C program to sort a 1D array using pointer by applying Bubble sort technique. Select the Language for this assignment. 1 #include 2 void sort(int *a, int n); 3 int main() 4 { 5 int a[20]; 6 int n,i; 7 scanf("%d",&n); // Enter number of elements to sort is taken from test case data 8 9 for(i=0;i

Answers

Answered by sainakakkar
0

fkigsjgzsubgudhgdhgbxcaeraftha

Similar questions