C_53 Introduction to Two Dimensional (2D) Arrays in C

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 329

  • @devalsrivastava3793
    @devalsrivastava3793 2 года назад +344

    Thank you mam for helping middle class students who can't afford coaching.

    • @SonaliProgrammingHub
      @SonaliProgrammingHub 2 года назад

      !!!Data Structures & Algorithms series free now!!! : ruclips.net/video/IJvbleUsiXo/видео.html

    • @amritpalkaur2114
      @amritpalkaur2114 Год назад +3

      yes, absolutely ......

    • @ff_hr
      @ff_hr Год назад +3

      @@amritpalkaur2114 what are you gonna do with C brother

    • @sanjaySTB
      @sanjaySTB Год назад +1

      Good bro

    • @varakalapranaygoudgoud4379
      @varakalapranaygoudgoud4379 Год назад +6

      ​@@ff_hr c is known as the parent of all the languages.

  • @balkrishnabane1392
    @balkrishnabane1392 2 года назад +106

    13:19
    total elements = 14 i.e(2x7=14)
    size of float in c = 4
    total size for this array = 14x4=56 bytes
    total elements = 28 i.e(4x7=28)
    size of int in c = 4
    total size for this array = 28x4=112 bytes

  • @LasalBinuwara
    @LasalBinuwara Год назад +4

    Madam, I wanted to let you know that your lecture was exceptionally insightful.
    Your unique approach and examples really resonated with me, and I found it extremely helpful.
    Thank you for such a great class!!

  • @yourworldandmine7369
    @yourworldandmine7369 Год назад +9

    One problem i have always had is that those who understand something are unable to explain it in a way that I can understand.But that problem is no more since I came here.Good work.Much love from kenya🇰🇪

    • @Trueaccount.
      @Trueaccount. Год назад +1

      Abhi jyada ...kuchh ...nahi likhunga main
      Bas aap English mein teach karte hain mam yahi sabse beneficial hai is time for me .

  • @jitendrapratapsingh9189
    @jitendrapratapsingh9189 2 года назад +101

    total elements = 14 ;
    size of float in c = 4 ;
    total size for this array = 56 byts ;

    • @parth1240
      @parth1240 2 года назад +2

      right

    • @gelanadida8003
      @gelanadida8003 2 года назад +1

      I am very happy!
      You are super hero Teacher

    • @parsakarunakar4135
      @parsakarunakar4135 2 года назад

      Lv u mam for ur way of explanation

    • @SonaliProgrammingHub
      @SonaliProgrammingHub 2 года назад

      !!!Data Structures & Algorithms series free now!!! : ruclips.net/video/IJvbleUsiXo/видео.html

  • @saishashi9978
    @saishashi9978 Год назад +15

    Total elements = 2 rows * 7 columns = 14 elements
    float size = 4 bytes
    total bytes 4*14 = 56 bytes

  • @PrateekMishra.
    @PrateekMishra. 3 года назад +95

    If there may any Award by RUclips for Best Teacher.... It may goes to you
    Thank You Ma'am 🙏

  • @indianfighter7554
    @indianfighter7554 3 года назад +35

    please complete C programming mam.dont leave it incomplete because पूरे यूट्यूब पर सिर्फ आपका लेक्चर ही समझ आता है मुझे अगर आप बंद कर दोगी तो फिर मैं कभी सीख नही पाऊंगा।

    • @tusharnomics
      @tusharnomics 3 года назад

      🤣🤣🤣🤣🤣🤣

    • @saurabhtiwari287
      @saurabhtiwari287 3 года назад +1

      Bhai indian fighter neso acadmy pr aaja bhai.

    • @pikacoder5782
      @pikacoder5782 3 года назад +1

      Handwritten Notes of C language uploaded on my channel.

    • @SolutionsForYou011
      @SolutionsForYou011 3 года назад +1

      Please check my playlist for both theory and programs..... 😊

  • @abdulkarimshaikh9648
    @abdulkarimshaikh9648 3 года назад +22

    For float mark[2] [7];
    Bytes are: 56
    For int a[4] [7];
    Bytes are: 112

  • @Aptitude_guide
    @Aptitude_guide 3 года назад +8

    Float can store here=>2×7=>14 elements
    Size of float type array is=Sizeof(float)×14

    • @balancemyself
      @balancemyself 2 года назад

      Or we can use a variable and take size of arr(0)/size of arr[5]

  • @alltoall
    @alltoall Год назад +20

    Thank you mam for helping middle-class students who can't afford to coach. 😊

  • @top6s474
    @top6s474 3 года назад +12

    For float mark[2] [7];
    total elements: 14
    Bytes are: 56
    For int a[4] [7];
    total elements: 28
    Bytes are: 112

    • @muzammilabedin6936
      @muzammilabedin6936 3 года назад

      float 1 byte leta hai bhai
      float takes 14 byte

    • @avarulprasad05
      @avarulprasad05 3 года назад

      @@muzammilabedin6936 Kaun se system use kar raheho 1 byte lera float ke liye

    • @top6s474
      @top6s474 2 года назад

      @anilgowdam anilgowdam int uses 2 bytes on 32 bit compiler and 4 bytes on 64 bit compiler

    • @top6s474
      @top6s474 2 года назад

      @@muzammilabedin6936 float 4 bytes leta h

    • @top6s474
      @top6s474 2 года назад

      @anilgowdam anilgowdam bro, just google the size of data types in c [ on 64 bit]
      int and float have the same size...

  • @ezekielsamuel4749
    @ezekielsamuel4749 2 года назад +7

    you are a gifted teacher..... your explanation is superb and easy to comprehend

  • @hariparuchuru3858
    @hariparuchuru3858 2 года назад +17

    Total Elements we can store are 2X7 = 14
    Size Allocated is 14X4 = 56
    since Size of Float is 4 bytes

  • @musicallyinclined5550
    @musicallyinclined5550 3 года назад +5

    For marks[2] [7];
    total elements: 14
    Bytes are: 56

  • @imsonecka
    @imsonecka 8 месяцев назад

    i wish i started watching your videos 2 years ago they help me sm rn

  • @SatyamSharmabcebgp
    @SatyamSharmabcebgp 7 месяцев назад +1

    Maim answer of last question is total no of elements are 14 and no of byte allocated are 56.( Because no of elements in 2d array= m×n where m is row size and n is column size and no of byte allocated is = total no of elements in 2d array × size of data type that we use.

  • @badarmunir7182
    @badarmunir7182 2 года назад +8

    Size of array=28
    Memory allocated = 112 byte.

  • @maryannemuthoni5388
    @maryannemuthoni5388 10 месяцев назад +1

    float a[2, 7] can store 14 elements and they will take 56 bytes.
    Checked on IDE you can declare array of floats
    int a[4 , 7] can store 28 elements and they will take 112 bytes.

  • @badarmunir7182
    @badarmunir7182 2 года назад +7

    Size of array= 14
    Memory allocated=56

  • @aniketpaul3950
    @aniketpaul3950 2 года назад +2

    For float
    elements : 14
    size : 56

  • @Incredible_Opyt
    @Incredible_Opyt 2 года назад

    if there is a award for saying "right" then it should goes to jenny's maam

  • @NEMALIKANTIJAYASRI
    @NEMALIKANTIJAYASRI 10 часов назад

    👉Typically each integer or float number occupies 4 bytes of memory.
    🫱So no.of elements in
    float [2][7] is 2*7=14 elements.
    And each element occupies 4 bytes , so 14 elements occupy
    14*4 = 42.👍
    Similarly , for int [4][7] has
    4*7=28 elements and no.of
    Bytes occupied 28*4= 112 .👍

  • @Msd1712
    @Msd1712 7 месяцев назад

    float a[2][7]:-
    ✓Size of array or no of elements
    = 2*7=14
    ✓it should allocate 14*4=56 bytes......
    Int a[4][7]:-
    ✓4*7=28 elements
    ✓28*4=112bytes

  • @srushtiwaghamode7984
    @srushtiwaghamode7984 Год назад +1

    Elements :14
    Bytes :28

  • @rabinarayanjena88
    @rabinarayanjena88 2 года назад +2

    Total elements:-2*7=14
    Total Size of arrays=56byts

  • @ignotums21
    @ignotums21 3 года назад +5

    Thnks.....Sir kal yehi pane wale hain class mai...I studied it in advance👍☺️

    • @vih__aan_03
      @vih__aan_03 Месяц назад

      @@ignotums21 bruh ur course complete

  • @isaacl.quelemine8775
    @isaacl.quelemine8775 Год назад

    Float size is: 4
    total size of array is: 14
    Sum = 4*14 = 56bytes

  • @harikrishnadasari5961
    @harikrishnadasari5961 3 месяца назад +1

    14 Elements
    57 Bytes
    🤗🤗🤗

  • @sakshibhore470
    @sakshibhore470 8 месяцев назад

    Good explanation mam...ur explaination is too good.. thank u mam

  • @Deepakkumar-dd5uy
    @Deepakkumar-dd5uy Год назад

    total_element: 2*7 = 14 | size of the array: 14*4=56

  • @chandramouli9605
    @chandramouli9605 2 года назад +1

    Mam you are best teacher i was not able to understand c language but you made me understand so much thanks mam . I hope mam you will lunch c++ series later

  • @himanshu-x8s6b
    @himanshu-x8s6b 24 дня назад

    thank you mam ji so fabulous class for us 😊😊😊😊😊

  • @purushotampatel6634
    @purushotampatel6634 2 года назад +1

    total element is =14
    size of float is 4
    total size for this array is 56 byte

  • @gtgtgtgttgthyhty
    @gtgtgtgttgthyhty 2 месяца назад

    the arrray can store 2*7=14elements
    bits = elements *datatype bits =14*4=56 bits can be store in the array

  • @durgalankipalli2541
    @durgalankipalli2541 2 года назад +1

    There will be 14 columns in total.
    The size of the float is 4 bytes. So, 14 x 4= 56 bytes.
    The size of entire 2D Array is 56 bytes.

  • @omegele999
    @omegele999 Год назад

    Total elements 2*7=[14]
    Total bytes in an element 14*4=56 bytes
    Float "4 bytes"

  • @MdRubel-hr5ur
    @MdRubel-hr5ur Год назад +1

    total element (2*7=14) and size of float = (4 * 14 = 56 bytes)

  • @kiranchaudhary9949
    @kiranchaudhary9949 2 года назад +2

    float a[2][7]; no. of elements: 2*7=14 and bytes =14*4=56 as the size of float is 4byte.

  • @SurajKumar-lf9mt
    @SurajKumar-lf9mt Месяц назад

    Total elements= 14
    Float f= 4
    Total bytes 14*4=56

  • @bainima3963
    @bainima3963 2 года назад +2

    float will be stored in 32 bits that is 8 byes (8X15)

  • @balajinarasimhamurthy
    @balajinarasimhamurthy 2 года назад +2

    2*7 =14 elements
    14*4 bytes for float =56 bytes

  • @mounimouni469
    @mounimouni469 2 года назад +1

    13:35
    float a[2][7];
    No of elements=14
    Array size=4*2*7=56bytes

  • @MATHSTAT-ov9gn
    @MATHSTAT-ov9gn 11 месяцев назад

    best cs teacher ever

  • @SakshamSagar-ss5fe
    @SakshamSagar-ss5fe 2 года назад +7

    Thanks for being such a wonderful teacher

  • @Fallforme16
    @Fallforme16 3 месяца назад

    mam is so beautiful that i forget learning c and started focusing on philosphy(how someone have everything looks,brain etc,is it in unfair)

  • @Nicholas_Oduor
    @Nicholas_Oduor 3 года назад +2

    for float, 14 elements can be stored and 56bytes would be allocated.

  • @raushanraj6252
    @raushanraj6252 3 года назад +4

    float a [2][7] = 14 elements can store and according to 32 bit size 14 * 4 = 56 bytes memory allocated to this

  • @jeevaad6615
    @jeevaad6615 3 года назад +3

    lecture starts at 2:16

    • @nikilkandula8562
      @nikilkandula8562 2 года назад

      No real lecture actually starts from 0:00 because mam was explaining about the uses of unacademy

  • @vanshikagarg7586
    @vanshikagarg7586 Год назад +1

    TOTAL ELMENTS = 2*7=14
    SIZE OF THE FLOAT IN C = 4
    TOTAL SIZE = 56 BYTES
    TOTAL ELEMENTS = 4*7=28
    SIZE OF THE INT IN C = 4
    TOTAL SIZE = 4*28=112 BYTES

  • @danveerkarnafanceclubinind3759
    @danveerkarnafanceclubinind3759 11 месяцев назад

    Super teaching mam❤

  • @vishalborate9608
    @vishalborate9608 Год назад +1

    4:33 her smile...🤩

  • @swamulugaday4839
    @swamulugaday4839 3 года назад +4

    Complete C programming as soon as possible

  • @Bangtan00748
    @Bangtan00748 9 месяцев назад +2

    14 elements 56 bytes

  • @sparshrajput183
    @sparshrajput183 Год назад

    14 elements[row(2) *column(7)] and 28 bytes (float take 2 bytes so 14*2 = 28 bytes)

  • @m.jaswanth9531
    @m.jaswanth9531 Год назад

    total element is 28
    total bytes for float is 28*4=112

  • @nowuknow8570
    @nowuknow8570 3 года назад +7

    Jayanti maam please more on functions pls.. I am super confused on functions and no proper explanations on functions.. pls maam

  • @chigsthanky
    @chigsthanky Год назад

    Thank you so much mam for explaining this in simplest manner.

  • @ChandaKudecha
    @ChandaKudecha 27 дней назад

    Thank you mam ❣️

  • @tirthsordhiya4960
    @tirthsordhiya4960 7 месяцев назад +1

    14 elements stored and 56 bytes it is take

  • @ashishtayade047
    @ashishtayade047 Год назад

    Thank you mam very nice gide & very nice best information two dimensional array teaching video.👍

  • @Trueaccount.
    @Trueaccount. Год назад +2

    Thanks!

  • @Dipanshu________Rajput
    @Dipanshu________Rajput Год назад +1

    total element 14
    size of float 56

  • @abdulrahimjalloh363
    @abdulrahimjalloh363 Год назад

    float a [2][7];
    2*7=14 data to be stored
    14*2=28bytes to be allocated

  • @vakhariyajay2224
    @vakhariyajay2224 2 года назад +2

    Thank you very much. You are a genius.

  • @arshuarshad1551
    @arshuarshad1551 11 месяцев назад +1

    13:35 total elements =14
    Size = 56bytes

  • @iasaspirant1441
    @iasaspirant1441 3 года назад +1

    Good explanation mam it's better than old 2dimensional one

  • @lalitharamachandra6659
    @lalitharamachandra6659 10 месяцев назад

    12:27
    no. of. bytes :56
    no. of elements=14

  • @chiyang3749
    @chiyang3749 Год назад

    Please correct the previous video when you showed how to perform a binary search, in the video, you use :- while ( left < right ), doing this will never get to the last element, you should do like this :- while ( left

  • @amitkumarsharma5710
    @amitkumarsharma5710 3 года назад +1

    I know people may criticise me
    But your beauty is just distracting me
    To understanding the concepts
    Plzzz don't be so beautiful 😍

  • @hrushitha2859
    @hrushitha2859 2 года назад +1

    Size of array =7x2=14
    Total no. Of element =14
    Float =1byte
    14x1=14bytes

  • @rajendrakumarreddybeeram3403
    @rajendrakumarreddybeeram3403 2 года назад +2

    Thank u mam lovely classes for students 👍👍

  • @chandrakantbidari769
    @chandrakantbidari769 11 месяцев назад

    Crystal clear concept..

  • @jesmeeksinghmusic6570
    @jesmeeksinghmusic6570 2 года назад +1

    The ans is 56 bytes for float

  • @nowuknow8570
    @nowuknow8570 3 года назад +5

    Thank u maam. Please more on functions pls.. how to set parameters and returns pls pls pls

  • @shailendrapawar7923
    @shailendrapawar7923 3 года назад +1

    U r really blessed with your, explanation...!!,,your lectures were really helpfull...🥺,
    Thankew so much...!!🙏
    And u r so cute😳,,
    ---,with respect😅

  • @festivalmusical9071
    @festivalmusical9071 2 года назад

    YOU ARE SO NICE MAM
    I'M VERY VERY IMPRESSIVE IN YOUR SWEET VOICE HELPING FOR CLASS
    YOU ARE SO MOST MAM 🙏

  • @akhandpratapsinghhbtu9622
    @akhandpratapsinghhbtu9622 2 года назад

    Total element =14
    Size of element=4
    Total size =56

  • @arya60
    @arya60 2 года назад +1

    Thankyou so much ma'am 😢❤️🙏🏻

  • @chaitanyareddy8956
    @chaitanyareddy8956 3 года назад

    Mam your explanation is too good I understand in a easier way

  • @SumitKumar-jt8pd
    @SumitKumar-jt8pd 3 года назад +2

    mam you look more beautiful than in your previous videos ❤️

  • @abii708
    @abii708 Год назад

    4*7=112 elements
    112*4=448 bytes
    We use only int data type in matrix

  • @lavtrada6200
    @lavtrada6200 2 года назад

    it can store 14 element and 56 bytes will be allocated

  • @techgrow7276
    @techgrow7276 3 года назад +1

    Yes mam make complete videos on 2d and multiple dimension array 🙏🙏🙏🙏🙏🙏🙏🙏

  • @Gurubiologist
    @Gurubiologist Год назад

    Total element is 14 and byte will be 14x4

  • @rabinarayanjena88
    @rabinarayanjena88 2 года назад +1

    Thanks you so much ma'am

  • @arshuarshad1551
    @arshuarshad1551 11 месяцев назад

    14:02 total elements = 28
    Size = 112 bytes

  • @akhileshbisht9834
    @akhileshbisht9834 2 года назад +1

    I m not aspirant bt still see ur videos 😍😍😍😍😍😍😍😍

  • @UnknownUnknown-y3k
    @UnknownUnknown-y3k 6 месяцев назад +1

    56 bytes

  • @nowuknow8570
    @nowuknow8570 3 года назад +8

    Thank u thank u thank u maam… please more on functions pls… functions and its parameters and stuff are super confusing

  • @anujeetkunturkar780
    @anujeetkunturkar780 3 года назад +1

    2:15 Lecture Started

  • @Salman_66
    @Salman_66 Год назад +1

    I respect you so much mam thank you

  • @chiranigunarathne2466
    @chiranigunarathne2466 2 года назад +1

    🙏Thank you mam...❣️

  • @ARJUN-ts2le
    @ARJUN-ts2le 3 года назад

    by taking float=4byte
    the ans is 56 bytes

  • @arjunvaghela1166
    @arjunvaghela1166 Год назад +1

    Thanks mam

  • @rajavelu539
    @rajavelu539 Год назад

    Home work
    👉Noo of elements = 14
    👉No of bytes = 36.

  • @RayansCompilation
    @RayansCompilation 11 месяцев назад

    Thanks

  • @MATHSTAT-ov9gn
    @MATHSTAT-ov9gn 11 месяцев назад

    Thank you so much

  • @aparnamane4899
    @aparnamane4899 2 года назад

    total memory allocated is= 56 byte

  • @stablegamer491
    @stablegamer491 Год назад

    stay strong soldier