Comparing Characters in a String using memcmp Function





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