C program that takes in a single string as a command line
argument. The program should print an error message and exit ifthe wrong number of
command line arguments are submitted. It should determine ifthe
string is a palindrome. This means that the string is the sameforward or backward.
Note that it only has to be able to identify literalpalindromes, where the characters are
identical in the forward or backward direction. For example,sometimes
“nurses run” would be considered a palindrome, but for it to bethe same going backwards, the white
space must be rearranged first. This program does not have tocatch those cases. After
your program has determined
OR
OR