C Program to reverse string without using Strrev() function Lec-55|C Programming Tutorial in Hindi

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ม.ค. 2025

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

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

    C Progamming Full Course Playlist th-cam.com/play/PLUhebcqFf6aFm5SzSyI4X4a6l2nfvv6q8.html

  • @shashanksunny6292
    @shashanksunny6292 5 ปีที่แล้ว +3

    Your way of first explaining the logic with a proper diagram and flow of the program and then going into the actual code explanation is just amazing. ❤️

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

      thanks ..Keep watching and like and share my videos

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

    Thank u mam ur explanation is soo smooth and easy to understand 😊😁

  • @ranjoymajumder2325
    @ranjoymajumder2325 ปีที่แล้ว

    So good you are good teacher ma'am

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

    You explained everything very well mam.

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

    Thanks alot mammm.. aapke wajah se ye concept clear huaa 😘

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

      Welcome..for more videos on C C++ DS OS CG go to playlist of my channel...by clicking on channel name

  • @kashishgawali2378
    @kashishgawali2378 2 ปีที่แล้ว +1

    Mam your explanation is very understanding but I haven't output is that program

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

    In a nice n better way thankyou mam

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

    nice explanation MA'AM

  • @Akhileshkumar-nx6zh
    @Akhileshkumar-nx6zh 5 ปีที่แล้ว +3

    Maim Dynamic Memory Allocation pr with program ek vdo jarur banayein plz ...hurry??

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

    Thank you mam😁

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

    Oprating system online class Kar ni hian mam

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

    A lot of thanks mam

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

    Mam mje rev(j) = \0 smj nhi a rha isse last m kase save hoga?

  • @Akashsingh-if6mc
    @Akashsingh-if6mc 4 ปีที่แล้ว +1

    Very nice explanation mam

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

      Welcome.. Subscribe our channel for complete course of C CPP CN CG DS java OS HTML Govt job vacancies just click on channel name and then playlist of these subjects.. please share my channel...

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

    mam i me l-1 kyo kiya jabki strlen function total length of string dega without counting null character

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

    &gets ke jagah scanf ke use se user se input nhi le sakte

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

      Yes by using %s...

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

    Nice

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

    Agr space hua tb y program ni chl payga

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

    Please solve it from pointer and making function

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

    Mam garbage value mean pura batao garbage value kya hoti hai

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

      Garbage value:
      Jab user koi variable declear karta hai aur uus variable me koi value Ko Suru me hai rakhta
      TB computer memory me
      Variable me ek value aa jata hai (yeh value kuch v ho Sakti hi wo ) usse hi garbage value kaheye hai.
      Hoping you have understood.
      If not ask again.
      .

  • @gulzarhussain-mp9pm
    @gulzarhussain-mp9pm 5 ปีที่แล้ว +1

    Maam why we not using here both counter in one FOR loop
    for(i=l-1,j=0;i>=0,j

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

    what is miss?

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

      #include
      #include
      #include
      int main()
      {
      char str[100], rev[100];
      int i, j, l;

      printf("Enter the String here :");
      gets(str);
      l=strlen(str);
      j=0;
      for(i=l-1; i>=0; i++){
      rev[j++]=str[i];
      }
      rev[j]='\0';

      printf("Reverce string is :");
      puts(rev);

      getch();
      }

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

    Man j++ main j intialize kha se ho rha hai

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

      J will start from 0 usko upar initialize krna hoga

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

    मैडम जी c का पेपर दो बार दे दिया है fail हो जाता हो क्या करू?

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

      please study precisely and clear your concept in C

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

    Please someone explain me this
    #include
    int main()
    {
    char char1 = 'X';
    char char2 = 'M';
    char char3 = 'L';
    printf("The reverse of %c%c%c is %c%c%c
    ",
    char1, char2, char3,
    char3, char2, char1);
    return(0);
    }

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

      It will give the output ..the reverse of XML is LMX

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

      Jis sequence m print karayege usi sequence m print hoga

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

      @@ZeenatHasanAcademy Thanks for reply Mam

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

      Subscribe and share

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

    👌👍

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

    Thank you mam😁

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

    Nice