Sollicitatievraag bij Wipro

Write a C program to sort a array of Strings

Antwoord op sollicitatievraag

Anoniem

8 dec 2017

Using the bubble sort algorithm where each comparison is made using the strcmp function.

1