ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

Difference between string and character's array | In Hindi

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.พ. 2022
  • By Expert -Difference between string and character's array | In Hindi
    This is an important question for interview
    #difference_between_string_and_characterarry

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

  • @harishkumarlaxmikantgajako1044
    @harishkumarlaxmikantgajako1044 2 ปีที่แล้ว +7

    Hey sir! I don't think you have created a string and a character array, instead what you have done is the created 2 char arrays with just the different names.

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

      You are correct bro

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

      it is c language

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

      The C language does not have a specific "String" data type,

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

      No in C language there is no string data type. So strings are stored like char a[10] = "xyz" and character array are stored like char a[10] = {x,y,z}

  • @thecodehelp9492
    @thecodehelp9492 6 หลายเดือนก่อน +1

    We can also initialise array without curly braces

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

    Amazing 😍 explain sir 🔥💥✌️🤘

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

    👌

  • @AmitSingh-mi2rk
    @AmitSingh-mi2rk 8 หลายเดือนก่อน

    thank you sir

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

    Nice 👍

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

    token ko kai part kiya tha usme se ek "string literal" hai constant mein bhi ek "string " hai to ye dono same hai or alag hai please reply 🤔🤔🤔

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

    Both are character array

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

    u said wrong sir...