50 - STRING COPY WITHOUT USING STRCPY FUNCTION - C PROGRAMMING

Sdílet
Vložit
  • čas přidán 27. 08. 2024
  • This program is for copying the content of one string to another string without using string handling function (strcpy( ))

Komentáře • 85

  • @ayushverma8188
    @ayushverma8188 Před 2 lety +5

    No youtuber taught so deeply thank u sir . I have learnt it now by heart instead of mugging up .

  • @fashion_aroma20
    @fashion_aroma20 Před 6 lety +5

    Sir your teaching is very clear for me to understand thank you very much

    • @sundeepsaradhi
      @sundeepsaradhi  Před 6 lety +1

      Hi Jerin Michael that's nice to hear from you do subscribe to our channel for more videos and share my sessions with your friends thank you

  • @TechtopicX
    @TechtopicX Před 2 lety +3

    Thank you very much! Very helpful and perfect explanation! 😄

  • @mubinahmed3993
    @mubinahmed3993 Před 6 lety +8

    Thanks a lot sir, it helped me to understand it clearly 🙏

    • @sundeepsaradhi
      @sundeepsaradhi  Před 6 lety

      hi sayed
      thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.

  • @mohammadhassan2606
    @mohammadhassan2606 Před 4 lety +1

    That's a real explanation.....great sir.

  • @jain_garv12
    @jain_garv12 Před 6 lety +2

    u are great sir it is very easy method to copy string without using liberary function love u god blessed u u blessed me

    • @sundeepsaradhi
      @sundeepsaradhi  Před 6 lety +1

      hi
      thanks for your interest towards our channel and share my sessions with
      your friends and subscribe to our channel.Keep following our channel.

    • @jain_garv12
      @jain_garv12 Před 6 lety +1

      Sundeep Saradhi Kanthety yes sir offcourse kl mera c ka paper hai aur maine apne syllabus ki sabhi topic isi se padhi hai

    • @sundeepsaradhi
      @sundeepsaradhi  Před 6 lety

      hi
      sorry i dont understand hindi so plz post in english

    • @jain_garv12
      @jain_garv12 Před 6 lety +1

      Sundeep Saradhi Kanthety ooo

    • @amarjeetbhatia6508
      @amarjeetbhatia6508 Před 4 lety

      @@sundeepsaradhi he is trying to say that tomorrow he is having his C exam paper and he had studied from these lectures

  • @DhirajKumar-db5ol
    @DhirajKumar-db5ol Před 4 lety +1

    Very nice sir ji.
    Your explanation is very very nice,it is difficult to say in words anythings relating to your explanation sir ji.
    🙏🙏🙏🙏

  • @TravelWithRanveer
    @TravelWithRanveer Před 6 lety +2

    Thank you sir.. actually you guide the things in a proper way.

    • @sundeepsaradhi
      @sundeepsaradhi  Před 6 lety

      hi Ishko
      thanks for your interest towards our channel and if possible make a selfie video having a feedback on our channel and send to my whatsApp number 9885466061. i want to upload all the feedbacks in our channel.

  • @vandana6813
    @vandana6813 Před 6 lety +2

    Thank you sir your explanation is very clear to me

    • @sundeepsaradhi
      @sundeepsaradhi  Před 6 lety

      thanks for your interest towards our channel and share my sessions with
      your friends and subscribe to our channel.Keep following our channel.

  • @cryptoumesh
    @cryptoumesh Před rokem

    Thank you sir for this detailed and clear explanation ✨

  • @manindersaini3324
    @manindersaini3324 Před 4 lety +1

    Sir very well defined.... Thank you so much

  • @carusso6679
    @carusso6679 Před 5 lety

    You can get this code by typing "man strcpy" in your term, this video is those who start c . Thx you for you video.

  • @silenceronald9204
    @silenceronald9204 Před 6 lety +1

    Thank you sir. Your explanation is clear.

    • @sundeepsaradhi
      @sundeepsaradhi  Před 6 lety

      hi ronald
      thanks for watching my sessions and interest towards our channel and supporting me.

  • @nehaverma-og4ge
    @nehaverma-og4ge Před 6 lety +2

    a very good clear conception

    • @sundeepsaradhi
      @sundeepsaradhi  Před 6 lety

      Hi neha verma thank you very much for your interest towards our channel and support.

  • @vinnu1322
    @vinnu1322 Před 6 lety +9

    Sir pls can you make videos on strstr,strcmp,strchr,strcat,user-defined functions(I mean with out using string handling functions)

    • @sundeepsaradhi
      @sundeepsaradhi  Před 6 lety +2

      hi
      sure
      i will try to upload them soon. plz give me some time as i am little bit busy with my academic work.

    • @amarjeetbhatia6508
      @amarjeetbhatia6508 Před 4 lety

      @@sundeepsaradhiNow there is lockdown please do now

  • @bitlasravika9853
    @bitlasravika9853 Před 6 lety +2

    thank u sir your explanation was superb i

    • @sundeepsaradhi
      @sundeepsaradhi  Před 6 lety

      hi Sravika
      thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.

  • @shyamkachhadiya4964
    @shyamkachhadiya4964 Před 6 lety +2

    sir your guidence is good but there is a weak point in your videos......we want to read such things in direct computers not in board thankyou i hope you are intrested in my advice

    • @sundeepsaradhi
      @sundeepsaradhi  Před 6 lety

      hi shyam
      thanks for your interest and support towards our channel.
      i thought the same it would be better by making the video by compiling the program.

  • @bhargavreddy5869
    @bhargavreddy5869 Před 5 lety +3

    Hi sir,
    Can u please make a video on permutations of a string
    It's really urgent for me....

  • @elizabeths6391
    @elizabeths6391 Před 6 lety +1

    very nice teaching sir pls make some more videos in strings

    • @sundeepsaradhi
      @sundeepsaradhi  Před 6 lety

      hi elizabeth
      thanks and definitely i will try to upload them soon.

  • @MoaazMagDii
    @MoaazMagDii Před 3 lety +1

    awesome !

  • @seanmatthewking
    @seanmatthewking Před měsícem

    There is no string used in the code, only an array of chars. Isn't a string technically a "char *" or pointer?

  • @jayajaya4862
    @jayajaya4862 Před 5 lety

    Wt a clear explanation sir.

  • @lovingmyself1196
    @lovingmyself1196 Před 3 lety

    Thanks a lot sir

  • @user-wk4cx9rh9v
    @user-wk4cx9rh9v Před 5 lety

    Thanx sir......made different video

  • @delllaptop519
    @delllaptop519 Před 2 lety

    sir are you from chennai or tamilnadu your accent is pure south indian ?

  • @rishabdon6008
    @rishabdon6008 Před 3 lety

    Super explanation

  • @venkateshvenky8977
    @venkateshvenky8977 Před 5 lety

    Sir...plz
    1 .can you make videos on string handling functions without using predefined functions..
    2 .and also upload how to remove spaces between two strings
    3 .and also upload string anagram videos
    4 . Sir and also upload ..how to remove duplicates from a string ( we need your guidance sir upload as soon as possible )

  • @Pikachu10-19
    @Pikachu10-19 Před 3 lety

    Thank you sir .🙏

  • @preethig5768
    @preethig5768 Před 3 lety

    Thank u sir

  • @mongraal2272
    @mongraal2272 Před 2 lety

    Thank you

  • @shailajarangaraj2840
    @shailajarangaraj2840 Před 6 lety +1

    good Explanation

    • @sundeepsaradhi
      @sundeepsaradhi  Před 6 lety

      hi shailaja
      thanks for your interest towards our channel and share my sessions with
      your friends and subscribe to our channel.Keep following our channel.

  • @pankajchhatani4384
    @pankajchhatani4384 Před 3 lety

    thanks sir

  • @keerthanapolisetty8142

    Sir please make a video on appending of two strings with out using string function strcat()

  • @sarveshkilje405
    @sarveshkilje405 Před 2 lety

    Write program to accept 10 numbers from using array search and print the location of array

  • @poojasb79
    @poojasb79 Před 6 lety

    Sir plz make video of string comparison without using strcmp

  • @hemalatha1738
    @hemalatha1738 Před 5 lety

    hello sir, can you explain reverse a string without using any library .

  • @parpudinaresh6295
    @parpudinaresh6295 Před 6 lety +1

    thank you sir, can we have a program like reverse of a string be line " I am a good boy" to "boy good a am I " ?

    • @sundeepsaradhi
      @sundeepsaradhi  Před 6 lety +1

      hi naresh
      soon i will try to upload it
      thanks for your interest towards our channel and share my sessions with
      your friends and subscribe to our channel.Keep following our channel.

  • @thanneerudinesh1799
    @thanneerudinesh1799 Před 4 lety

    Sir can u give one video about self referential structures

  • @gayathrig5876
    @gayathrig5876 Před 6 lety +1

    Could you please explain About the string taxonomy..in c . Sir

  • @AbhishekVidap213
    @AbhishekVidap213 Před 4 lety

    Use pls use bigger board it would be convenient

  • @vijaysathish5616
    @vijaysathish5616 Před 6 lety +1

    sir how to sort the string alphabetical order without using strcmp in c program

    • @sundeepsaradhi
      @sundeepsaradhi  Před 6 lety

      hi vijay for that you have to use the 2 dimensional array.

  • @Scrum-Master
    @Scrum-Master Před 3 lety

    thank you a lot !

  • @narmatha4122
    @narmatha4122 Před 3 lety

    sir , how to find string length for "HELLO WORLD" and output :length is 11

    • @suk1n520
      @suk1n520 Před 3 lety

      Just use the library function

  • @weirdunique1013
    @weirdunique1013 Před 5 lety

    Sir videos are not in order

  • @chandus4532
    @chandus4532 Před 3 lety

    👍👍👍

  • @bahai9706
    @bahai9706 Před 3 lety

    I'm not Illuminati, but I'm 666th person to like this video

  • @vinaylofi3105
    @vinaylofi3105 Před 3 lety

    Getting warnings sir that multi character character constant

  • @shubhdeepak6414
    @shubhdeepak6414 Před 5 lety

    you are amazing sir.

  • @deepaktiwari2290
    @deepaktiwari2290 Před 5 lety

    Slash zero nahi hota hai null character hota hai...

  • @nandhu69
    @nandhu69 Před 3 lety

    Nice anandam14

  • @g0urav413
    @g0urav413 Před rokem +1

    Sara jor toh tune english bolne mai lga diya...
    Samjhya kya ?

  • @bharathkumarvankendinne

    Sir there str2[i] is out of the for loop

    • @DaKingOfBall23
      @DaKingOfBall23 Před 4 lety

      yes it is at the last position on that string to end it with a terminating character

  • @khushikachi549
    @khushikachi549 Před 6 lety +1

    sir board clr dikhe bs itna thik kro

    • @sundeepsaradhi
      @sundeepsaradhi  Před 6 lety

      hi kushi
      thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.

  • @rajendragurukar4986
    @rajendragurukar4986 Před 3 lety

    Please talk Kannada

  • @rstechnicalguruji8597
    @rstechnicalguruji8597 Před 5 lety

    Hindi ma Bol.. lo...
    Sab Ko samaj aa gi

  • @farhatkhan852
    @farhatkhan852 Před 4 lety

    Thank you sir

  • @sujanbag469
    @sujanbag469 Před 6 lety +1

    thank you sir