114 - Sorting in Array of String | String in C Programming

preview_player
Показать описание
This video is another example of Array of string. In previous video Searching in Array of Strings is explained. Basic 'Selection Sorting' is used to sort an Array of string

For detail explanation of Selection Sort refer following link :

strcmp/strcmpi Library Function Link :

strcmp User Defined Function Link :

strcpy Library Function link:

strcpy User Defined Function Link :
Рекомендации по теме
Комментарии
Автор

this is bubble sort that you explained here. In selection sort we compare the first with all the strings present in the array, after iterating the whole array we swap the least with the first

harshpanindre
Автор

Dear Mam, Will you show us that fruits item is sorted without using built in function of string.

CMAXBD
Автор

thanks a lot mam... for your wonder full

kiranmaik
Автор

I want to get descenting structure of array sort...

MAPEntertainment
Автор

Please explain why we have taken multidimensional array, can't we do the same thing using 1-D array by taking the whole word as one single string instead of taking each letter as element of string?
Also, what is strcmpi? Shouldn't it be strcmp ?

MrudulJain
Автор

what happens when the first character of 2 strings are same.

AkshayNalavade