Wipro interview question

Write a C program to sort a array of Strings

Interview Answer

Anonymous

8 Dec 2017

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

1