Advertisement



< Prev
Next >



C strncmp() method




The strncmp() is a string function defined in the string.h header file, which is used to compare the first n number of characters of a string to the another string.




Signature of strncmp() function


int ( char * str1, const char * str2, size_t num )

Please Subscribe

Please subscribe to our social media channels for daily updates.


Decodejava Facebook Page  DecodeJava Twitter Page Decodejava Google+ Page




Advertisement



Notifications



Please check our latest addition

C#, PYTHON and DJANGO


Advertisement