top of page
HOME
COURSES
BLOG
More
Use tab to navigate through the menu items.
Blog
Damiano Pe
Oct 23, 2021
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
bottom of page