abc < abcd because at last ending of the string in abc we have null whose assci is 0 which is less than the equivalent assci value of d ..............vijay babu .............understood
sorry to be off topic but does someone know of a method to get back into an Instagram account..? I stupidly lost the password. I would love any help you can give me.
@Holden Crew thanks for your reply. I found the site through google and I'm in the hacking process now. I see it takes quite some time so I will get back to you later with my results.
S1 is greater than S2 Because we should give priority to the ASCII table and then consider the length of the strings. Idk the reason but I executed this and checked
About 12 years ago, I defined my own version of strcmp(), with a third - a bool - parameter, "CaseSensitive." I wish that it was written to do it that way, with a "true" default argument for that third parameter. But, my own version can't use a default argument, because it would create ambiguity, unless I changed the name of my version of the function.
If I had like 100 strings in a .txt , and 100 more strings in other .txt, how can I make a program to read this two .txt and it give me what strings is different?
I would like to mention that what actually is get compared, are the ASCII codes for each character, not the characters themselves.
You're explanation is really Awesome..... Everyone can clearly understand...
you know what.... TYSM bro, you have no idea how much you have helped... you saved a lot of my time... you're a lifesaver!
abc < abcd because at last ending of the string in abc we have null whose assci is 0 which is less than the equivalent assci value of d
..............vijay babu .............understood
your teaching is fantastic and understandable.
sorry to be off topic but does someone know of a method to get back into an Instagram account..?
I stupidly lost the password. I would love any help you can give me.
@Lane Shane Instablaster :)
@Holden Crew thanks for your reply. I found the site through google and I'm in the hacking process now.
I see it takes quite some time so I will get back to you later with my results.
@Holden Crew it worked and I actually got access to my account again. Im so happy:D
Thanks so much, you really help me out !
@Lane Shane Happy to help =)
Why is the output of this code greater or equal to s2
int main()
{
char *s1 = "xyz";
char *s2 = "cdeabzxydsf";
if(strcmp(s1,s2)
S1 is greater than S2
Because we should give priority to the ASCII table and then consider the length of the strings.
Idk the reason but I executed this and checked
About 12 years ago, I defined my own version of strcmp(), with a third - a bool - parameter, "CaseSensitive." I wish that it was written to do it that way, with a "true" default argument for that third parameter. But, my own version can't use a default argument, because it would create ambiguity, unless I changed the name of my version of the function.
nice one presentation sir 😙❤😍😙
Thank you so much 👍👍🙌🙌🙌🙌
Thanks for sharing this much
Excellent explanation
U r the best
Sir please complete C programming as soon as possible.
Thank you very much💜
Thank you! Very helpful video.
thank you for a detailed explanation
Sir can you do lecture on computer science networking. Thank you
Thanks
I love you bro keep it up!
Does it also work for single letters?
Single letter string is fine, but single char is not
thank you
If I had like 100 strings in a .txt , and 100 more strings in other .txt, how can I make a program to read this two .txt and it give me what strings is different?
You don't have to have a C program. You can use "diff" command-line utility in Linux to perform this task so easily
@@accessdenied9393 I get you, but it was 11 months ago xD
@@accessdenied9393 but, ty
Data structures pls
where is the value of strcmp stored?
Strcmp is a function
What if str1 is longer than s2, but str1 begins with B and str2 begins with A
He won't answer this question, s1 is less than s2
string
Sam
what the hell is "furst" ?
sky code?
dafaq are you saying bruh
Not informative. u should run it in the Code blocks for better understanding
It's completely understandable
Thank you very much for this video...
Thank you so much ❤❤❤❤❤
Thank you