Wipro Interview Question

Write a C program to sort a array of Strings

Interview Answer

Anonymous

Dec 8, 2017

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

1