1. 1.
    0
    for(i=0; i < 10; i++)
    {
    scanf("%d", &a[i]);
    }

    bubble_sort(a, sizeof(a));
    ···
   tümünü göster