Convert string to Lowercase in C

preview_player
Показать описание
Source code can be found here:

===== Support us through our store =====

===== Check out our website =====

===== Check out our Discord server =====
Рекомендации по теме
Комментарии
Автор

Finally you go back. I'd afraid you was finished YT learning. More and more C movies pleasse.

wegi
Автор

Would be cool to see these string manipulations and concepts in general, when dealing with utf-8 and unicode characters

alexferreira
Автор

When using the tolower() function, the test is not needed. I believe. If I am right, the tolower() function will test the character as well. PS. I like your videos about threads and forks etc. Thank you.

FritsvanDoorn
Автор

I like using the integers just because it feels more low level sometimes 😂

connorsullivan
Автор

Do you have any plans of covering the implementation hash tables in c
like the way you did with linked lists. there don't seem to be very many in depth tutorials on youtube.

ShapeofSpace
Автор

I would not expect that tolower() would take 10 minutes ;-)
but nice to see different ways of doing the same

zyghom