Awesome explanation sir..I used watch ur videos often.Thankyou so much sir..Also..can u please upload C program for longest palindrome substring sir..it will be more helpful..Thankyou
Hai Sai Keerthana , plz go through my videos once. Definitely you will like more videos. Thanks for your encouragement and support towards our channel. Share my sessions with your friends and subscribe to our channel.Keep on following my sessions. Thank you so much.
Hai Sharath, plz go through my videos once. Definitely you will like more videos. Thanks for your encouragement and support towards our channel. Share my sessions with your friends and subscribe to our channel.Keep on following my sessions. Thank you so much.
The program will gets executed with out any errors. U can watch the video. Pls subscribe to the channel and if possible share with your friends. Thanks in advance.
#include #include int main() { char lou[20],reverse=0; printf("enter a string:"); gets(lou); reverse=strrev(lou); if(reverse==strrev(lou)) printf("given string is palindrome %s",lou); else printf("its not a palindrome %s",lou); return 0; } sir is this program correct??
string assignment can't be done using = operator, we have to use strcpy(). Plz subscribe to the channel and if possible share with your friends. Thanks in advance.
#include #include int main() { char S[10],temp[10]; printf("enter a sting"); gets(S); strcpy(temp,S); strrev(S); if(strcmp(temp,S)==0) printf("Its palindrome"); else printf("Its not palindrome"); return 0; } sir gets is not woriking
Awesome explanation sir..I used watch ur videos often.Thankyou so much sir..Also..can u please upload C program for longest palindrome substring sir..it will be more helpful..Thankyou
Thanks. if possible share with your friends. Thanks in advance. Will try to upload it soon.
sir i have typed the entire program as same as you,but showing error at gets(s),can you tell me sir what is the mistake.
If u post your program then I will try . Plz subscribe to the channel and if possible share with your friends. Thanks in advance.
hi sir ,liked your explanation.
please work on the audio and it will be more good.Its good now but,it can be better and help channel grow in quality.
I will try my best Gopi. Plz subscribe to the channel and if possible share with your friends. Thanks in advance.
I day batting in your channel is worth it 🎉
All the best 👍. Plz subscribe to the channel and if possible share with your friends. Thanks in advance..
Great sir 🙏
Thanks. Plz subscribe to the channel and if possible share with your friends. Thanks in advance..
Thank you so much sir
Welcome. Plz subscribe to the channel and if possible share with your friends. Thanks in advance.
Thank you so much sir.
Hai Sai Keerthana , plz go through my videos once. Definitely you will like more videos. Thanks
for your encouragement and support towards our channel. Share my sessions with your friends and subscribe to our channel.Keep on following my sessions. Thank you so much.
Wonderful explanation, thanks alot
Welcome. Plz subscribe to the channel and if possible share with your friends. Thanks in advance.
Thank you🙏
You’re welcome 😊. Plz subscribe to the channel and if possible share with your friends. Thanks in advance..
Strrev(s) showing error sir can you tell me why??
Write #include Plz subscribe to the channel and if possible share with your friends. Thanks in advance.
very good explanation sir🌹
Thanks and welcome Swapnil.
Sir is strrev function is not included in string.h headerfile
strrev() is present in string.h Bhaskar. Plz subscribe to the channel and if possible share with your friends. Thanks in advance.
Nice explanation
Hai Sharath, plz go through my videos once. Definitely you will like more videos. Thanks
for your encouragement and support towards our channel. Share my sessions with your friends and subscribe to our channel.Keep on following my sessions. Thank you so much.
sir i used scanf to remove error but i have another error, it is asking what is meant by strrev. what should i do
Include string.h header file. Plz subscribe to the channel and if possible share with your friends. Thanks in advance..
@@SudhakarAtchala included sir but still it says it has no such function
@@RitwikPolasa if you send the program, i will try to correct it.
sir in this flag==0 it shud be ,you had written flag==1.. i chkd it thus saying.. kindly chk
Okay. Plz subscribe to the channel and if possible share with your friends. Thanks in advance..
Can anyone tell me does this program executes so that i can see the video??
The program will gets executed with out any errors. U can watch the video. Pls subscribe to the channel and if possible share with your friends. Thanks in advance.
Very nice and detailed explanation sir, but program have some errors at get(s);
It's not executing😕
if u share the code, i will try to rectify it. Plz subscribe to the channel and if possible share with your friends. Thanks in advance.
@@SudhakarAtchala sir the same code which u have written...
#include
#include
int main()
{
char lou[20],reverse=0;
printf("enter a string:");
gets(lou);
reverse=strrev(lou);
if(reverse==strrev(lou))
printf("given string is palindrome %s",lou);
else
printf("its not a palindrome %s",lou);
return 0;
}
sir is this program correct??
string assignment can't be done using = operator, we have to use strcpy(). Plz subscribe to the channel and if possible share with your friends. Thanks in advance.
#include
#include
int main()
{
char S[10],temp[10];
printf("enter a sting");
gets(S);
strcpy(temp,S);
strrev(S);
if(strcmp(temp,S)==0)
printf("Its palindrome");
else
printf("Its not palindrome");
return 0;
}
sir gets is not woriking
Problem with software , so use scanf.
Plz subscribe to the channel and if possible share with your friends. Thanks in advance..
Thank u so much sir
So nice of you Reshma. Plz subscribe to the channel and if possible share with your friends. Thanks in advance.