Searching for a Character in a String using memchr Function in c





This video tutorial explains the memchr function in c with its syntax and a example.
You will learn what is the use of memchr function, what is the syntax of memchr function and also how to use memchr function to search for a character in a string.
The tutorial begins with the syntax of the memchr function and then explains what this function is gonna do in detail. Then it explains the usage of the memchr function with an example for by searching for different characters in a string.