97 - strcmp/strcmpi Function in C Programming | String Function in C

Publicado el: 12 mayo 2019
en el canal de: Code Semantic
1,695
21

This video explains one more important function in string.
'strcmp' function is used for string comparison. It compares two strings and gives the result as following
returns positive value if 1st string is greater.
returns negative value if 2nd string is greater.
returns zero if both the strings are equal.
Comparison is based on the ASCII values if characters. It compares characters at corresponding positions and gives the result.
'strcmpi' function is used for case insensitive comparison.


En esta página del sitio puede ver el video en línea 97 - strcmp/strcmpi Function in C Programming | String Function in C de Duración hora minuto segunda en buena calidad , que subió el usuario Code Semantic 12 mayo 2019, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 1,695 veces y le gustó 21 a los espectadores. Disfruta viendo!