List Question
20 TechQA 2024-03-12T12:36:35.837000C and the strcmp() function
97 views
Asked by Wittfogel
Using fgets() together with strcmp() strcmp is not properly comparing
149 views
Asked by R0gue
c - lkm using netfilter, trouble with strcmp
49 views
Asked by Puffy
My string compare functions returns false even though the string is in the array
127 views
Asked by Vazhun
how to improve strcmp mysql performance comparing similar strings
64 views
Asked by JBC
Struggling to end loop comparing strings
67 views
Asked by gil.exe_
How do I alphabetically sort multiple 'people' strings without them moving to different 'seats'?
63 views
Asked by stephanp
How to implement strncmp in NASM
103 views
Asked by Kings man
How to compare two strings which can have null character \0 in between in C++?
306 views
Asked by 250
In C, strcmp() is not returning 0 when it should
75 views
Asked by Devon Whitaker
Invalid read of size 1 at address
12 views
Asked by Oke Adenike
How to compare a "string user input" with a "list of string in a array" inside a for loop in C
80 views
Asked by Pratya Duti Mishra
How avoid I a comparation with NULL in strcmp?
97 views
Asked by Andrea Graf
Insert in alphabetical order by name in a linked list
58 views
Asked by Sebastian Santa
strcmp() Segmentation Fault in C
168 views
Asked by mcsmachado
strcmp always returns 1 even if it ie equal
96 views
Asked by amj0215
Can't validate last node of linked list
67 views
Asked by Pria Cantiq
How can I use strcmp properly when I have more than two strings?
98 views
Asked by ezgi
Anything wrong spec-wise with this string comparison optimization?
93 views
Asked by Edwin Skeevers
How to sort argv tab with qsort and strcmp?
81 views
Asked by noob