Discussion:
Q: Provide a program that uses the function strncmp to compare two strings input by the user. The Program should input the number of characters to compare. The program should state whether the first string is less than, greater than or equal to the second string.