Thank you mam for helping middle class students who can't afford coaching.
@SonaliProgrammingHub2 жыл бұрын
!!!Data Structures & Algorithms series free now!!! : kzbin.info/www/bejne/f3vZk5-biticjtE
@amritpalkaur2114 Жыл бұрын
yes, absolutely ......
@ff_hr Жыл бұрын
@@amritpalkaur2114 what are you gonna do with C brother
@sanjaySTB Жыл бұрын
Good bro
@varakalapranaygoudgoud4379 Жыл бұрын
@@ff_hr c is known as the parent of all the languages.
@balkrishnabane13922 жыл бұрын
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
@s.surendar80992 жыл бұрын
Correct bro
@hemanthgowda2260 Жыл бұрын
Bro float size is 8
@hemanthgowda2260 Жыл бұрын
So it's 14*8 = 112
@amandeepsinghmandley6217 Жыл бұрын
@@hemanthgowda2260 nope size of float in c is 4 bytes
@tsheringongmu1299 Жыл бұрын
@@amandeepsinghmandley6217 as maam took int as 4 bytes we should consider float as 8 bytes.
@LasalBinuwara Жыл бұрын
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 Жыл бұрын
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. Жыл бұрын
Abhi jyada ...kuchh ...nahi likhunga main Bas aap English mein teach karte hain mam yahi sabse beneficial hai is time for me .
@jitendrapratapsingh91892 жыл бұрын
total elements = 14 ; size of float in c = 4 ; total size for this array = 56 byts ;
@parth12402 жыл бұрын
right
@gelanadida80032 жыл бұрын
I am very happy! You are super hero Teacher
@parsakarunakar41352 жыл бұрын
Lv u mam for ur way of explanation
@SonaliProgrammingHub2 жыл бұрын
!!!Data Structures & Algorithms series free now!!! : kzbin.info/www/bejne/f3vZk5-biticjtE
@saishashi9978 Жыл бұрын
Total elements = 2 rows * 7 columns = 14 elements float size = 4 bytes total bytes 4*14 = 56 bytes
@PrateekMishra.3 жыл бұрын
If there may any Award by KZbin for Best Teacher.... It may goes to you Thank You Ma'am 🙏
@Aslesh05 Жыл бұрын
nee modda
@SanthoshkumarSundarapalli5 ай бұрын
@@Aslesh05 Antha maata annav enti bro
@indianfighter75543 жыл бұрын
please complete C programming mam.dont leave it incomplete because पूरे यूट्यूब पर सिर्फ आपका लेक्चर ही समझ आता है मुझे अगर आप बंद कर दोगी तो फिर मैं कभी सीख नही पाऊंगा।
@tusharnomics3 жыл бұрын
🤣🤣🤣🤣🤣🤣
@saurabhtiwari2873 жыл бұрын
Bhai indian fighter neso acadmy pr aaja bhai.
@pikacoder57823 жыл бұрын
Handwritten Notes of C language uploaded on my channel.
@SolutionsForYou0113 жыл бұрын
Please check my playlist for both theory and programs..... 😊
@abdulkarimshaikh96483 жыл бұрын
For float mark[2] [7]; Bytes are: 56 For int a[4] [7]; Bytes are: 112
@prabhatsingh61242 жыл бұрын
it depends on the architecture the size of int is 2 bytes if you work on a 32 bit system
@PuneethchakravarthyVadakuppaАй бұрын
How to find bytes please explain
@Aptitude_guide3 жыл бұрын
Float can store here=>2×7=>14 elements Size of float type array is=Sizeof(float)×14
@balancemyself2 жыл бұрын
Or we can use a variable and take size of arr(0)/size of arr[5]
@alltoall Жыл бұрын
Thank you mam for helping middle-class students who can't afford to coach. 😊
@top6s4743 жыл бұрын
For float mark[2] [7]; total elements: 14 Bytes are: 56 For int a[4] [7]; total elements: 28 Bytes are: 112
@muzammilabedin69363 жыл бұрын
float 1 byte leta hai bhai float takes 14 byte
@avarulprasad053 жыл бұрын
@@muzammilabedin6936 Kaun se system use kar raheho 1 byte lera float ke liye
@top6s4742 жыл бұрын
@anilgowdam anilgowdam int uses 2 bytes on 32 bit compiler and 4 bytes on 64 bit compiler
@top6s4742 жыл бұрын
@@muzammilabedin6936 float 4 bytes leta h
@top6s4742 жыл бұрын
@anilgowdam anilgowdam bro, just google the size of data types in c [ on 64 bit] int and float have the same size...
@ezekielsamuel47492 жыл бұрын
you are a gifted teacher..... your explanation is superb and easy to comprehend
@hariparuchuru38582 жыл бұрын
Total Elements we can store are 2X7 = 14 Size Allocated is 14X4 = 56 since Size of Float is 4 bytes
@musicallyinclined55503 жыл бұрын
For marks[2] [7]; total elements: 14 Bytes are: 56
@imsonecka8 ай бұрын
i wish i started watching your videos 2 years ago they help me sm rn
@SatyamSharmabcebgp7 ай бұрын
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.
@badarmunir71822 жыл бұрын
Size of array=28 Memory allocated = 112 byte.
@codekaze-h9s2 жыл бұрын
this is correct
@maryannemuthoni538810 ай бұрын
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.
@badarmunir71822 жыл бұрын
Size of array= 14 Memory allocated=56
@aniketpaul39502 жыл бұрын
For float elements : 14 size : 56
@Incredible_Opyt2 жыл бұрын
if there is a award for saying "right" then it should goes to jenny's maam
@NEMALIKANTIJAYASRI20 сағат бұрын
👉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 .👍
@Msd17127 ай бұрын
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 Жыл бұрын
Elements :14 Bytes :28
@rabinarayanjena882 жыл бұрын
Total elements:-2*7=14 Total Size of arrays=56byts
@ignotums213 жыл бұрын
Thnks.....Sir kal yehi pane wale hain class mai...I studied it in advance👍☺️
@vih__aan_03Ай бұрын
@@ignotums21 bruh ur course complete
@isaacl.quelemine8775 Жыл бұрын
Float size is: 4 total size of array is: 14 Sum = 4*14 = 56bytes
@harikrishnadasari59613 ай бұрын
14 Elements 57 Bytes 🤗🤗🤗
@sakshibhore4708 ай бұрын
Good explanation mam...ur explaination is too good.. thank u mam
@Deepakkumar-dd5uy Жыл бұрын
total_element: 2*7 = 14 | size of the array: 14*4=56
@chandramouli96052 жыл бұрын
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-x8s6b25 күн бұрын
thank you mam ji so fabulous class for us 😊😊😊😊😊
@purushotampatel66342 жыл бұрын
total element is =14 size of float is 4 total size for this array is 56 byte
@gtgtgtgttgthyhty2 ай бұрын
the arrray can store 2*7=14elements bits = elements *datatype bits =14*4=56 bits can be store in the array
@durgalankipalli25412 жыл бұрын
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 Жыл бұрын
Total elements 2*7=[14] Total bytes in an element 14*4=56 bytes Float "4 bytes"
@MdRubel-hr5ur Жыл бұрын
total element (2*7=14) and size of float = (4 * 14 = 56 bytes)
@kiranchaudhary99492 жыл бұрын
float a[2][7]; no. of elements: 2*7=14 and bytes =14*4=56 as the size of float is 4byte.
@chetan873 Жыл бұрын
❤
@SurajKumar-lf9mtАй бұрын
Total elements= 14 Float f= 4 Total bytes 14*4=56
@bainima39632 жыл бұрын
float will be stored in 32 bits that is 8 byes (8X15)
@balajinarasimhamurthy2 жыл бұрын
2*7 =14 elements 14*4 bytes for float =56 bytes
@mounimouni4692 жыл бұрын
13:35 float a[2][7]; No of elements=14 Array size=4*2*7=56bytes
@MATHSTAT-ov9gn11 ай бұрын
best cs teacher ever
@SakshamSagar-ss5fe2 жыл бұрын
Thanks for being such a wonderful teacher
@Fallforme163 ай бұрын
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_Oduor3 жыл бұрын
for float, 14 elements can be stored and 56bytes would be allocated.
@raushanraj62523 жыл бұрын
float a [2][7] = 14 elements can store and according to 32 bit size 14 * 4 = 56 bytes memory allocated to this
@walkwithme_P623 жыл бұрын
Bro can u explain y ur using 32 bits
@sd4.mukesh_yadav8613 жыл бұрын
I spoke a little bit in Hindi too
@jeevaad66153 жыл бұрын
lecture starts at 2:16
@nikilkandula85622 жыл бұрын
No real lecture actually starts from 0:00 because mam was explaining about the uses of unacademy
@vanshikagarg7586 Жыл бұрын
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
@danveerkarnafanceclubinind375911 ай бұрын
Super teaching mam❤
@vishalborate9608 Жыл бұрын
4:33 her smile...🤩
@swamulugaday48393 жыл бұрын
Complete C programming as soon as possible
@Bangtan007489 ай бұрын
14 elements 56 bytes
@sparshrajput183 Жыл бұрын
14 elements[row(2) *column(7)] and 28 bytes (float take 2 bytes so 14*2 = 28 bytes)
@m.jaswanth9531 Жыл бұрын
total element is 28 total bytes for float is 28*4=112
@nowuknow85703 жыл бұрын
Jayanti maam please more on functions pls.. I am super confused on functions and no proper explanations on functions.. pls maam
@chigsthanky Жыл бұрын
Thank you so much mam for explaining this in simplest manner.
@ChandaKudecha27 күн бұрын
Thank you mam ❣️
@tirthsordhiya49607 ай бұрын
14 elements stored and 56 bytes it is take
@ashishtayade047 Жыл бұрын
Thank you mam very nice gide & very nice best information two dimensional array teaching video.👍
@Trueaccount. Жыл бұрын
Thanks!
@ankitmatade4710 Жыл бұрын
I know the reason behind this
@Dipanshu________Rajput Жыл бұрын
total element 14 size of float 56
@abdulrahimjalloh363 Жыл бұрын
float a [2][7]; 2*7=14 data to be stored 14*2=28bytes to be allocated
@vakhariyajay22242 жыл бұрын
Thank you very much. You are a genius.
@arshuarshad155111 ай бұрын
13:35 total elements =14 Size = 56bytes
@iasaspirant14413 жыл бұрын
Good explanation mam it's better than old 2dimensional one
@lalitharamachandra665910 ай бұрын
12:27 no. of. bytes :56 no. of elements=14
@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
@amitkumarsharma57103 жыл бұрын
I know people may criticise me But your beauty is just distracting me To understanding the concepts Plzzz don't be so beautiful 😍
@hrushitha28592 жыл бұрын
Size of array =7x2=14 Total no. Of element =14 Float =1byte 14x1=14bytes
@satyajitmanna8501 Жыл бұрын
float take 4 byte
@rajendrakumarreddybeeram34032 жыл бұрын
Thank u mam lovely classes for students 👍👍
@chandrakantbidari76911 ай бұрын
Crystal clear concept..
@jesmeeksinghmusic65702 жыл бұрын
The ans is 56 bytes for float
@nowuknow85703 жыл бұрын
Thank u maam. Please more on functions pls.. how to set parameters and returns pls pls pls
@shailendrapawar79233 жыл бұрын
U r really blessed with your, explanation...!!,,your lectures were really helpfull...🥺, Thankew so much...!!🙏 And u r so cute😳,, ---,with respect😅
@festivalmusical90712 жыл бұрын
YOU ARE SO NICE MAM I'M VERY VERY IMPRESSIVE IN YOUR SWEET VOICE HELPING FOR CLASS YOU ARE SO MOST MAM 🙏
@akhandpratapsinghhbtu96222 жыл бұрын
Total element =14 Size of element=4 Total size =56
@arya602 жыл бұрын
Thankyou so much ma'am 😢❤️🙏🏻
@chaitanyareddy89563 жыл бұрын
Mam your explanation is too good I understand in a easier way
@SumitKumar-jt8pd3 жыл бұрын
mam you look more beautiful than in your previous videos ❤️
@abii708 Жыл бұрын
4*7=112 elements 112*4=448 bytes We use only int data type in matrix
@lavtrada62002 жыл бұрын
it can store 14 element and 56 bytes will be allocated
@techgrow72763 жыл бұрын
Yes mam make complete videos on 2d and multiple dimension array 🙏🙏🙏🙏🙏🙏🙏🙏
@Gurubiologist Жыл бұрын
Total element is 14 and byte will be 14x4
@rabinarayanjena882 жыл бұрын
Thanks you so much ma'am
@arshuarshad155111 ай бұрын
14:02 total elements = 28 Size = 112 bytes
@akhileshbisht98342 жыл бұрын
I m not aspirant bt still see ur videos 😍😍😍😍😍😍😍😍
@parasite6457 Жыл бұрын
tharki
@UnknownUnknown-y3k6 ай бұрын
56 bytes
@nowuknow85703 жыл бұрын
Thank u thank u thank u maam… please more on functions pls… functions and its parameters and stuff are super confusing
@tinashenatty3 жыл бұрын
Sure
@anujeetkunturkar7803 жыл бұрын
2:15 Lecture Started
@Salman_66 Жыл бұрын
I respect you so much mam thank you
@chiranigunarathne24662 жыл бұрын
🙏Thank you mam...❣️
@ARJUN-ts2le3 жыл бұрын
by taking float=4byte the ans is 56 bytes
@arjunvaghela1166 Жыл бұрын
Thanks mam
@rajavelu539 Жыл бұрын
Home work 👉Noo of elements = 14 👉No of bytes = 36.