Pregunta de entrevista de Wipro

Write a C program to sort a array of Strings

Respuesta de la entrevista

Anónimo

8 dic 2017

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

1