No one can teach beyond this its like the end. Everything is explained very very well. Sir thank you so much for investing so much time to explain so neatly. Again thanks a lot sir.
Sir Please rename the video names such that they come in an order to be learned easily. I.e start from the basics. Demonstration was superb. Thanks alot for that.
hi kamalnath thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.
My exam is getting near and I was so scared because I couldn't understand the concept of PPS, but your videos about c programming helped me a lot, thank you sir for helping me 🙏
very nice tracing but Sir I am unable to note down the program because when you speak all those words are repeatedly written on the screen n due to that I m unable to see the bottom part of white board.
Sir In String palindrome you used strlen ()but that is also one string handling function then how we can say that is without using string handling function
What you is right but even without using the function strlen(), instead we can write the logic behind it and proceed but it would take more time and a bit hard to understand, so that's why sir used strlen() to make students understand the program more easily
Hi Thanks for your interest towards our channel and share my sessions with your friends and keep following our channel and don't forget to subscribe to our channel.
hi here flag is just variable and we are using it as Boolean either 0 or 1. Hope your doubt has been clarified. Thanks for your interest towards our channel. Keep following our channel.
@Sundeeb sir, your logic is wrong for string palindrome. Only check the first & last character is not enough. Example: ABDEA , here last and First character is same. But isn't a palindrome. Please Correct your Code
Thank you, Sr. for your time and willingness to teach. Greetings from México.
No matter how many videos we see, in the end he is the best.
Sir , i can't thank you enough. You're doing a great job . Your explanations are crisp and clear. God bless you
No one can teach beyond this its like the end. Everything is explained very very well. Sir thank you so much for investing so much time to explain so neatly. Again thanks a lot sir.
I appreciate your help on palindrome. You are definitely an awesome teacher.
Sir, Your teaching is really Ossm, i have cleared many doubts by seein ua videos...
Sir
Please rename the video names such that they come in an order to be learned easily. I.e start from the basics. Demonstration was superb. Thanks alot for that.
hi kamalnath
thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.
you are great sir! May ALLAH bless you more and gives you more success.
My exam is getting near and I was so scared because I couldn't understand the concept of PPS, but your videos about c programming helped me a lot, thank you sir for helping me 🙏
Sir super explanation ....after listening ur explanation i got intrest in programms....please upload c++, java,phython also
literally you are my teacher instead of my university teachers. love from pakistan
thank you very much sir.
your way of explanation is really excellent.
Thankq so much sir..
Nice explaination Sir. .
After listening ur explaination I'm interested to learn the c Sir. .ThNkqq very much sir..
Nice explanation and algorithm. simple and yet effective.
This vedio is very useful .Thank you sir for your wonderful explanation ✨
Thanks SIR. Clear to me. AWESOME ! I am from #Bangladesh
I have words to describe Sir, your lecture is very very interesting. Whoever you are, thank you very much
Ur explanation is very clarity and easily understood thank you so much sir
Thank you for upload the video. I clear my all doubts
Sir what is automorphic no and what is it implement
Very good explained Sundeep, regards from Spain
Sir for loop should be for (i=0;i
hardwork never fail
very nice tracing but Sir I am unable to note down the program because when you speak all those words are repeatedly written on the screen n due to that I m unable to see the bottom part of white board.
loving your programs
What an explanation sir...really...superb...plz upload more videos for us
very nice videos sir what you brought with very nice tracing
Thank You for lecture.But one question what will be the data type of "res"?
Tq..,sir
Ur explanations r really Good, Upload more videos
Sir how to count the polindrome words in string
How many words in the string?
How to discover sir
Such a very good teacher
Superb explanation sir 😊
sir, how about the "res" Key? it is a string as well? thanks so much.
Sir why sum×10 already we have given sum=0 directly we can give sum =sum+r
Sir
In String palindrome you used strlen ()but that is also one string handling function then how we can say that is without using string handling function
What you is right but even without using the function strlen(), instead we can write the logic behind it and proceed but it would take more time and a bit hard to understand, so that's why sir used strlen() to make students understand the program more easily
Great explanation 🙂 TQ
Nice explanation. Thank you sir
sir why are we using 10 to modulo and div operator
why do we take mode(%10) only why not (%20) or something else?
good job sir ... kindly do you have any programing code on a city transport system sir
you are the best
Thank you so much sir your explanation is OSM👌
sir my question :my mom learn malayalam from my madam ,how to find palindrom in this sentences?
Sir plz upload java classes..
Clear explanation sir
Make more vidios sir
Thank you so much sir
Sir why we don't use braces in if loop
You deserve your like sir
Hi
Thanks for your interest towards our channel and share my sessions with your friends and keep following our channel and don't forget to subscribe to our channel.
Sundeep Saradhi Kanthety will you pls post videos on python and machine learning
Sir what is the use of the variable flag in this program
Sir,why do we use flag=1
Sir where can i get data structures classes.. Please inform sir
sir why do i divided 10 in palindrome
Thank you sir ❤️.....
Very nice teaching
please show us all those programs in some compilers.
sir strrev()showing error in c programming
Print
1 2* 3* 4 5*......100,,star after every prime by using function plz
Thank you sir. Well explained 👏👏
Sir do u give video of string palindrom with command line
hi pallavi
no i didnt uploaded the video but i will try to upload it soon.
Yes
very interesting
Sir why use flag variable in some programs
For checking of loop condition ,buddy pactice then you will now why we use break, count, continue flag... Etc
thank you sir
Sir make video about patterns specially diamond pattern sir
good class sir thank you
Excellent sr thanku
Very interesting Sir.
Thanks for teaching sir.
Thanks you so much sir 😊
Cp exam ala pass avali sir... 🙏🙏🙏
Super sir
Helpful
Sir scanf pina ptf undada
thank you!
Superb sir
Bhot accha samjhate h aap sir😊😊
hi anurag
thanks for your interest and support towards our channel. keep on following my sessions.
U are great sir ☺☺😊
Sir what is flag here
hi
here flag is just variable and we are using it as Boolean either 0 or 1. Hope your doubt has been clarified. Thanks for your interest towards our channel. Keep following our channel.
Sir your teaching superb👌👌👌👏
Sir do more videos for 'c'
Sir I think it is 52*100+3=523
Good
Sir initialize res =int
Sir had not declared flag
Osm
Sir please tell me about data structures topic sir
hi jayachandra
thanks for your interest towards our channel.
i will upload them but takes some time.
Starting music will put me in depression😅
Sir plz do this program in system
It is not executing sir
THANKS TEACHER I GOT AGOOD CONCEPT
FROM SOMALI
DO YOU USE WHATS APP
Hi very nice to see your comment
Thanks for your support towards our channel.
My WhatsApp 9515140494
@Sundeeb sir, your logic is wrong for string palindrome.
Only check the first & last character is not enough. Example: ABDEA , here last and First character is same. But isn't a palindrome. Please Correct your Code
#include
#include
int main()
{
char name[100],rev[100];
int i,j=0;
printf("Enter the string : ");
scanf("%s",name);
for(i=strlen(name);name[i]>=0;i--)
{
rev[j++]=name[i];
}
if(strcmp(name,rev)==0)
{
printf("Palindrome
");
}
else
{
printf("Not a Palindrome
");
}
}
good explanation, thank u sir
hi bhanu
thanks for your interest towards our channel and share my sessions with
your friends and subscribe to our channel.Keep following our channel.
thank you very much sir
Super sir
Thank u so much sir