Write a C program named palindrome.c that takesin a single string as a command line argument. Your program shouldprint an error message and exit if the wrong number of command linearguments are submitted. From there, your program is to determineif the string is a palindrome. This means that the string is thesame forward or backward. Some examples would be:“wow”, “12321”, “step onno pets”, etc.
Write a C program named palindrome.s that takes in a single
OR
OR