top of page
HOME
COURSES
BLOG
More
Use tab to navigate through the menu items.
Blog
How To Properly Compare Strings
In C, we can't compare strings with == or !==. We have to use functions declared in the string.h header file. Let's see why and how to do it
Damiano Pe
Oct 23, 2021
bottom of page