Sir, Ur teaching skills are excellent sir...... I a. Understood ur teaching so some Thank you for making this vedeo... It is so much of helpfull for me and other students 👦📖🎒👦📖🎒👦📖🎒
hi ajay string comparision (stcmp() ) will return the difference of ASCII VALUES OF FIRST MISMATCH CHARACTER OF TWO STRINGS. will return 0 if both the strings are same. will return +ve value of ASCII(First Mismatch character of string 1) > ASCII (First Mismatch character of string 2) will return -ve value of ASCII(First Mismatch character of string 1) < ASCII (First Mismatch character of string 2) Hope your doubt has been clarified.
sir if the input string contain both upper and lower cases but I want out put as upper cases into lower cases and lower cases into upper cases can you explain this problem sir
Hi Snehasudha Raysingh If one string is HELLO and another thing is HAI If we compare both the first character H is same so the next character will be compared which is different here E is compared with A which is the second character of both the strings so here both the characters are different ASCII of E (69) - ASCII of A (65) So the result is 4 if the first string his HAI and second string is HELLO then ASCII of A(65) - ASCII of E(69) results -4 Hope your doubt has been clarified
hi I would like to have a feedback from you so please make a selfie video with a feedback regarding our channel and send to my WhatsApp number 9885 466 061 expecting a feedback from you I will collect all the feedback and I will upload the feedback in my channel thanks for watching my videos
hi Gurdeep thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.
hi prashanth th-cam.com/video/_s8Jo6qnbuI/w-d-xo.html thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.
I am doing form filling copy paste assignment. By mistake some times I wrongly copy the space at the beginning or at the end of each sentence. I am looking for a program which identifies the space character and replaces the space character at the beginning or at the end of each sentence with a special character so that I can recognize my mistake and rectify. kindly do a video of replace function
hi dhanush Soon i will upload all the programs. thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.
int stringlength(char a[ ]) { int i,counter; for(i=0 ; a[i]!='\0 ';i++) counter++; return counter; } Here counter is the length of the string.The stringlength Function will return the length of the string.
hi singam i would like to have a FEEDBACK ( in the form of video not more than 15 sec) from you towards our channel and my sessions.so that i will collect feedbacks from all and will upload in youtube, Send your valuable FEEDBACK to my WhatsApp number : +91 9885466061 (91 is the country code) waiting for your valuable feedback. th-cam.com/users/sundeepsaradhi SO MAKE A VIDEO WITH FEEDBACK ON OUR CHANNEL AND SEND AS SOON AS POSSIBLE.
Everything I needed is on this channel. Great explaination!
Sir can you explain strcmp function in detail with example
Thank you so much sir, this content is amaxing
Excellent n awesome explanation sir.Very helpful for my examinations.Keep doing in the same manner.
I've learnt a lot. Thank you so much for uploading those string lectures
Bro u r a best teacher, hat's off bro
Could you please make a video to pass a string into a function
Excellent teaching
Really awesome explanation bro keep doing good.......
sir the program u have written in 14:24 is giving output as 7 in devc++
Sir, Ur teaching skills are excellent sir......
I a. Understood ur teaching so some
Thank you for making this vedeo...
It is so much of helpfull for me and other students 👦📖🎒👦📖🎒👦📖🎒
Hi Anil
Thank you for your support towards our channel share our channel with your friends and keep following our channel.
Excellent explanation
Great tutorial respect !
hi anas
thanks for your interest towards our channel and share my sessions with
your friends and subscribe to our channel.Keep following our channel.
Please give me a example for string comparison sir
u r A real Hero of mine !!!!!
Thank you sir 💯💯💯💯
Amazing video sir! Truly a Lifesaver
Hi, what do you mean by "Don't overwrite the \0?"
Sir please make a video string handling using arrays
Thank you, sir! 😊
.
..
...
Thanks alot sir... Its help alot 🙂
Thank you alot , good explanation 👌🏻👍🏻
YOUR SIMPLY SUPERB SIR
Great 👍
Nice Explanation Sir
Thank you sir...
Tnqqqq sir your teaching very well
hi pa pi
thanks for your interest towards our channel and share my sessions with
your friends and subscribe to our channel.Keep following our channel.
sir where and why do we use void function and what is the use
Good explanation
Nice teaching Sir
Sir I can't understand +ve and -ve values and it's ASCII VALUES IN strcmp....ASCII??
hi ajay
string comparision (stcmp() ) will return the difference of ASCII VALUES OF FIRST MISMATCH CHARACTER OF TWO STRINGS.
will return 0 if both the strings are same.
will return +ve value of ASCII(First Mismatch character of string 1) > ASCII (First Mismatch character of string 2)
will return -ve value of ASCII(First Mismatch character of string 1) < ASCII (First Mismatch character of string 2)
Hope your doubt has been clarified.
Sir plz give one example...
👌👌👌👌👌👌👌
Really super
Sir,when we use strrev(),string will get reversed, so will the position of null charecter effect .
Nope
sir if the input string contain both upper and lower cases but I want out put as upper cases into lower cases and lower cases into upper cases can you explain this problem sir
While writing strlen()..in program, u used gets() but its not require because we r initilazing string at complile time itself
nyc explanation sir
In string copy after copying from s1 to s2 in s2 it will be copied then what about s1 it will be there or not in s1
must useful.....tamks
Sir in string copy you mentioned curly braces but we shouldn’t use curly braces while declaring string we will use on ‘’ ‘’
Small doubt sir..
all the three input and output functions mean dsame den.so how can we come to know which function to be used at what time....
Sir I can't understand the +ve and -ve integer values of strcmp( ) ...can you please explain me with suitable examples
Hi Snehasudha Raysingh
If one string is HELLO and another thing is HAI
If we compare both the first character H is same so the next character will be compared which is different here E is compared with A which is the second character of both the strings so here both the characters are different ASCII of E (69) - ASCII of A (65)
So the result is 4
if the first string his HAI and second string is HELLO then ASCII of A(65) - ASCII of E(69) results -4
Hope your doubt has been clarified
Sundeep Saradhi thank you sir
hi I would like to have a feedback from you so please make a selfie video with a feedback regarding our channel and send to my WhatsApp number 9885 466 061 expecting a feedback from you I will collect all the feedback and I will upload the feedback in my channel thanks for watching my videos
@@sundeepsaradhi ok
Thanku very much sir...😇👌
Tysm sir this was so helpful 🙏🏻💞
Sir, can't we initialize string during compilation time?
Is there any rule / instruction that strings should be initialized only during run time?
We can initialize string at compile time also char s1[ ]="welcome"; but we should not declare the size in the array
I need a help sir
Write a program using all the seven string handling functions ?
what is ment by%s
Thanku sir this video is going to be very helpful
hi Gurdeep
thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.
Library function on string and string handling function .they both are same or different sir?
same
Can u explain the memmove
sir you are great
Sri without using string handling functions please explain some programmes in all string handling functions
Could you please explain strcmp function in detail with example
could you please upload a c program for checking whether given string is palindrome or not
hi prashanth
th-cam.com/video/_s8Jo6qnbuI/w-d-xo.html
thanks for your interest towards our channel and share my sessions with
your friends and subscribe to our channel.Keep following our channel.
Can you explain recursion sir
Super sir
I am doing form filling copy paste assignment. By mistake some times I wrongly copy the space at the beginning or at the end of each sentence. I am looking for a program which identifies the space character and replaces the space character at the beginning or at the end of each sentence with a special character so that I can recognize my mistake and rectify. kindly do a video of replace function
Nice class sir
Powli 👍
thank you so much sir
Thank u 🙏
Thank sir
Thank u sir
TQ so much sir.I learnt a lot from your class.can u give me the simple example for strcmp()
sir explain the strcmp() types in string function
Thanks
Thanks sir
I love the way he says string
Plsss explain the above examples without using string. library functions.
Tq u
Program is not running help
hi gurdeep
what is the error you are facing while executing the program?
sir Ur explanation is better than my pps lecturer,but I need the subject more briefly sir
Tqsm sir!!!!!!!!
how to to find length of the string without using strlen() function and also remaining string handling functions without using string.h header file
hi dhanush
Soon i will upload all the programs.
thanks for your interest towards our channel and share my sessions with
your friends and subscribe to our channel.Keep following our channel.
int stringlength(char a[ ])
{
int i,counter;
for(i=0 ; a[i]!='\0 ';i++)
counter++;
return counter;
}
Here counter is the length of the string.The stringlength Function will return the length of the string.
Tqsm sir ri
☺
Good.
Good
hi singam
i would like to have a FEEDBACK ( in the form of video not more than 15 sec) from you towards our channel and my sessions.so that i will collect feedbacks from all and will upload in youtube,
Send your valuable FEEDBACK to my WhatsApp number : +91 9885466061 (91 is the country code)
waiting for your valuable feedback.
th-cam.com/users/sundeepsaradhi
SO MAKE A VIDEO WITH FEEDBACK ON OUR CHANNEL AND SEND AS SOON AS POSSIBLE.
Sir your string intilazation is wrong sir
C string handleing can be dangereous be aware!
Sir.. Plz give strcmp fun. Example
Tq sir
Sir could you please make a vedio in explain Tamil sir...
Thanks sir
Tq sir