I would like to mention that what actually is get compared, are the ASCII codes for each character, not the characters themselves.
@muneebtahir2 жыл бұрын
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!
@arularasij30994 жыл бұрын
You're explanation is really Awesome..... Everyone can clearly understand...
@gowthams43602 ай бұрын
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
@cedwardmassey2 жыл бұрын
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.
@vijaykounsalye5 жыл бұрын
your teaching is fantastic and understandable.
@laneshane97213 жыл бұрын
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.
@holdencrew84493 жыл бұрын
@Lane Shane Instablaster :)
@laneshane97213 жыл бұрын
@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.
@laneshane97213 жыл бұрын
@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 !
@holdencrew84493 жыл бұрын
@Lane Shane Happy to help =)
@rashmitbhanderi5963 жыл бұрын
Why is the output of this code greater or equal to s2 int main() { char *s1 = "xyz"; char *s2 = "cdeabzxydsf"; if(strcmp(s1,s2)
@pradhanan94133 жыл бұрын
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
@SagarKumar-nh3no5 жыл бұрын
Sir please complete C programming as soon as possible.
@RaphaelRafatpanah Жыл бұрын
Excellent explanation
@Gunstun0p5 жыл бұрын
Thanks for sharing this much
@herculean67482 жыл бұрын
Thanks
@kunalsoni76815 жыл бұрын
nice one presentation sir 😙❤😍😙
@ahmedaj20002 жыл бұрын
thank you for a detailed explanation
@aadarshvarma63134 жыл бұрын
Thank you so much 👍👍🙌🙌🙌🙌
@ahmadaboajineh63483 жыл бұрын
thank you
@dafancy63453 жыл бұрын
Thank you! Very helpful video.
@RahulKumar-no3rs5 жыл бұрын
U r the best
@niranjanaprasad42932 жыл бұрын
Thank you very much💜
@aritrasarkar15575 жыл бұрын
Sir can you do lecture on computer science networking. Thank you
@Zaii_33 жыл бұрын
I love you bro keep it up!
@RahulKumar-no3rs5 жыл бұрын
Data structures pls
@block89747 ай бұрын
What if str1 is longer than s2, but str1 begins with B and str2 begins with A
@theharshvardhanagarwal24 күн бұрын
He won't answer this question, s1 is less than s2
@jeffbezos39423 жыл бұрын
Does it also work for single letters?
@ragnarlothbrok3672 жыл бұрын
Single letter string is fine, but single char is not
@akshatk16902 жыл бұрын
string
@dilipjain68995 жыл бұрын
where is the value of strcmp stored?
@AbdurRahman-ph7ms3 жыл бұрын
Strcmp is a function
@cond69204 жыл бұрын
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?
@accessdenied93933 жыл бұрын
You don't have to have a C program. You can use "diff" command-line utility in Linux to perform this task so easily
@cond69203 жыл бұрын
@@accessdenied9393 I get you, but it was 11 months ago xD
@cond69203 жыл бұрын
@@accessdenied9393 but, ty
@stevenshrii3 жыл бұрын
Sam
@safwan0962 жыл бұрын
sky code? dafaq are you saying bruh
@sealandland39593 жыл бұрын
what the hell is "furst" ?
@178fahimahmed74 жыл бұрын
Not informative. u should run it in the Code blocks for better understanding