strcmp function in c

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 พ.ย. 2024

ความคิดเห็น • 48

  • @not_ever
    @not_ever 6 ปีที่แล้ว +6

    This is really great. My textbooks and lecturer didn't explain this. Thank you.

  • @rownitasheikh8343
    @rownitasheikh8343 6 ปีที่แล้ว +1

    Everything is clearly explained.A good video on strcmp.

  • @heavysaber9431
    @heavysaber9431 4 ปีที่แล้ว

    Thanks this saved me my time, my life, my money and my job

  • @rajnishsingh145
    @rajnishsingh145 4 ปีที่แล้ว +1

    Mam ur great teacher
    Thank for your videos🙏🙏

  • @BunathPheng-xz5lm
    @BunathPheng-xz5lm ปีที่แล้ว

    Explain is very good ❤

  • @prakhyathmunna254
    @prakhyathmunna254 3 ปีที่แล้ว

    Nice way of teaching✌️

  • @psrisaiteja5047
    @psrisaiteja5047 6 ปีที่แล้ว

    Clear cut explanation on strcmp
    Thank you very much mam

  • @HominisLupis
    @HominisLupis 3 ปีที่แล้ว

    what lovely loopy handwriting!

  • @abdulzakirshaikh9467
    @abdulzakirshaikh9467 5 ปีที่แล้ว +1

    Mam your handwriting is very beautiful 🤓

  • @rambabupalla959
    @rambabupalla959 3 ปีที่แล้ว

    thank you sis for your clear explaination

  • @harshsharma329
    @harshsharma329 3 ปีที่แล้ว

    very nice explanation

  • @vinnu1322
    @vinnu1322 6 ปีที่แล้ว +1

    I watched no of videos but I found clarity in your video mam thanks for your explanation after listening I immediately subscribed your channel..pls make more videos on c language mam pls

    • @education4uofficial
      @education4uofficial  6 ปีที่แล้ว +1

      already uploaded all topics from C language...visit my channel u would find

    • @vinnu1322
      @vinnu1322 6 ปีที่แล้ว

      Education 4u can you pls make video on dynamic memory allocation

    • @education4uofficial
      @education4uofficial  6 ปีที่แล้ว

      definitely...soon i will upload

    • @vinnu1322
      @vinnu1322 6 ปีที่แล้ว

      Education 4u thanks mam

  • @reddybabudappepalle4090
    @reddybabudappepalle4090 5 ปีที่แล้ว

    Excellent explanation madam thanks a lot

  • @cafelatte1124
    @cafelatte1124 6 ปีที่แล้ว +1

    You can also make it in a function.
    int strcmp(char s[ ], char t[ ]){
    int i;
    for( i = 0; s[ i ] == t[ i ]; i++){//the loop exits when indexes of each string do not match
    if(s[ i ] == '\0'){ //strings always end in null character as last index in c. For example: "hi my names is bob\0". So if all indexes are equal, function returns 0.
    return 0;
    }
    }
    return (s[ i ] - t[ i ]);//returns difference if strings do not match.
    }

  • @czesawczechomski8056
    @czesawczechomski8056 6 ปีที่แล้ว +1

    thank you so much for explanation, saved my life

  • @tejtej934
    @tejtej934 4 ปีที่แล้ว

    thank u mam this helped me a lot

  • @jyotishkumar5766
    @jyotishkumar5766 3 ปีที่แล้ว +1

    Thank you Maidum Jee

  • @Wendychin23
    @Wendychin23 4 ปีที่แล้ว +1

    If the both string don't have the same number of digit?? Will it stop to the digit where they have in common? Or the string thst has more digit/letters is greater?

  • @yipmen3088
    @yipmen3088 6 ปีที่แล้ว +2

    thank you for the wonderful explanation

  • @bluebird563
    @bluebird563 6 ปีที่แล้ว +1

    thanks for the clear explanation

  • @lumix99
    @lumix99 6 ปีที่แล้ว +1

    Perfect explanation thank you so much

  • @Miraclefruitify
    @Miraclefruitify 6 ปีที่แล้ว

    you guys are better than my professors

  • @AnjaliKumari-fy1uz
    @AnjaliKumari-fy1uz 5 ปีที่แล้ว

    Best video ever🙏🙏🙏

  • @codemanishh
    @codemanishh 3 ปีที่แล้ว

    Mam in last case u using else if instead of else only I guss
    Please clarify this .....🙏🙏🙏

  • @self-education4725
    @self-education4725 5 ปีที่แล้ว +1

    thank u so much laidie
    i'm from morroco i'm following from a long time
    can u do a tuturial about the basic to learn javascript

  • @syedammarali108
    @syedammarali108 4 ปีที่แล้ว

    Thank you ma'am.

  • @mahadev1050
    @mahadev1050 5 ปีที่แล้ว

    Nice explanation

  • @mathanysaad1706
    @mathanysaad1706 2 ปีที่แล้ว

    you are perfect my god pleased you

  • @alex_3D_websites
    @alex_3D_websites 4 ปีที่แล้ว

    keep up the good work!

  • @unknownartist5768
    @unknownartist5768 4 ปีที่แล้ว

    Pls pls make a videos in hindi it would be very helpful for us.

  • @imharyanvi7423
    @imharyanvi7423 4 ปีที่แล้ว

    i

    • @viditsirohi
      @viditsirohi 4 ปีที่แล้ว

      I guess she's explaining wrong, ASCII value of r is 85 and I is 105.

  • @mowahidlatif5006
    @mowahidlatif5006 4 ปีที่แล้ว

    Amazing!

  • @mvfduxusin
    @mvfduxusin 5 ปีที่แล้ว

    Thanks for this ..

  • @haihaiww58
    @haihaiww58 5 ปีที่แล้ว +2

    I’m here because Cisco claims Huawei copied their STRCMP code. Lul

  • @venkatatejaswibattula3716
    @venkatatejaswibattula3716 5 ปีที่แล้ว

    awesome

  • @MumtazMunta-j8l
    @MumtazMunta-j8l 10 หลายเดือนก่อน

    I didn't understood r and i how to check its greater ?

  • @dilipjain6899
    @dilipjain6899 5 ปีที่แล้ว +1

    where is the value of strcmp stored?

  • @MasterRazz3
    @MasterRazz3 5 ปีที่แล้ว

    thank you!

  • @aishwaryaaruvoju2734
    @aishwaryaaruvoju2734 2 ปีที่แล้ว

    But in output I am getting ....there is equal to their

  • @kumarbty1221
    @kumarbty1221 3 ปีที่แล้ว

    🥰

  • @sahraahmed5093
    @sahraahmed5093 5 ปีที่แล้ว

    Idk how this came up, I was just typing jiberish

    • @leno7492
      @leno7492 4 ปีที่แล้ว +1

      i was trying to not get a horrible grade in programming class :(