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

Опубликовано: 12 Май 2019
на канале: 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.


На этой странице сайта вы можете посмотреть видео онлайн 97 - strcmp/strcmpi Function in C Programming | String Function in C длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Code Semantic 12 Май 2019, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 1,695 раз и оно понравилось 21 зрителям. Приятного просмотра!