+ 1
What's the problem?
This is a C program that arrange the array elements by sort bubble... there is a bug... what is it? https://code.sololearn.com/cyHdyV9KZfg6/?ref=app
2 Answers
+ 1
Remove all 'const' from sortBobble() function declaration and defination
+ 1
Jayakrishnađźđł THANKS