+ 1
A in c language strcmp
What key word can replace strcmp in c language ?
4 RĂ©ponses
+ 2
strcmp function is available in C: you must include string.h...
#include <string.h>
+ 2
strcmp() is the only "standard" way to compare string equality.
+ 1
Misbau Saidu Adamu you can make your own to replace that.
0
Yes c is not python if you want to use any string function than include string module after that you can use all strings function of c language đđ»đđđMisbau Saidu Adamu