This is the easiest method to solve a string palindrome using command line argument.
Below is the code to find the length of the string if you don't wanna use strlen().
length=-1;
for(i=0;str[i]!='\0';i++)
{
length++;
}
link of my previous video, you can watch this video for the proper understanding of argc and argv: • C program to Reverse a String using C...
Follow me on Instagram : https://www.instagram.com/jugnu.kushw...
Follow me on Quora : https://www.quora.com/profile/Jugnu-K...
Watch video String Palindrome using command line argument !! TCS FAQ!! online without registration, duration hours minute second in high quality. This video was added by user jugnu kumar 12 July 2019, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,655 once and liked it 46 people.