No video

C_46 Arrays in C - part 1 | Introduction to Arrays

  Рет қаралды 917,990

Jenny's Lectures CS IT

Jenny's Lectures CS IT

Күн бұрын

Пікірлер: 632
@theexecutivebusinesscentre1888
@theexecutivebusinesscentre1888 Жыл бұрын
Dear ma'am, I am a foreign student, studying at one of the leading private universities in India, trust me, my lecturer couldn't define an array, I have done 56 episodes in one day, and I never get tired of learning from your lessons. My biggest wish is to acknowledge you every day in my entire career. I am grateful for these lessons. I hope to meet you one day.🙂
@headshotdevil3850
@headshotdevil3850 Жыл бұрын
Is there any website to learn coding in a effective way
@Anbu806
@Anbu806 Жыл бұрын
@@headshotdevil3850 w3school
@Anbu806
@Anbu806 Жыл бұрын
May I know, in which university you are studying
@619ry7
@619ry7 Жыл бұрын
​@@Anbu806free?
@anshumanbehera5705
@anshumanbehera5705 10 ай бұрын
geekforgeeks is better than w3schools@@headshotdevil3850
@gajendrakcgp6165
@gajendrakcgp6165 3 жыл бұрын
Am a assistant professor at engineering college,had cleared gate n net like you.....but honestly the way you teach inspires me...keep up your good work Jenny madam..👍👍
@upsc_prep_vlog
@upsc_prep_vlog 2 жыл бұрын
Ky bi dhastay
@sUperNova-lj4vs
@sUperNova-lj4vs 2 жыл бұрын
Kyu bachho ka career kharab kar rhe ho assistant professor banke.
@umaidmanzoor5659
@umaidmanzoor5659 2 жыл бұрын
What are you doing here ?
@memespanda69
@memespanda69 2 жыл бұрын
@@sUperNova-lj4vs 😂
@NexusAI1623
@NexusAI1623 2 жыл бұрын
@@sUperNova-lj4vs there u r 🤣🤣🤣
@VIJAYSHREEVAIBHAV
@VIJAYSHREEVAIBHAV 8 ай бұрын
00:01 Introduction to Arrays 01:56 Arrays are an essential concept in programming languages. 03:51 In C, declaring a variable of type integer allocates 4 bytes of memory. 05:56 Arrays allow us to store multiple data items under one variable name 08:05 Array declaration in C 10:37 Arrays in C are collections of homogeneous data items. 12:58 Arrays are a collection of data items of the same type stored in contiguous memory locations. 15:13 Arrays in C are a collection of elements of the same data type with a fixed size. 17:18 Introduction to arrays and the use of macros 19:11 Introduction to arrays and declaration of array
@dagame368
@dagame368 Жыл бұрын
You helped me a lot, I am a foreign student studying in India but I often face language issues when I refer to youtube but your lectures being in English is absolutely amazing.
@rajvardhan154
@rajvardhan154 Жыл бұрын
im an indian but not knowing hindi. i feel the same 😭
@y1_ff
@y1_ff 11 ай бұрын
@@rajvardhan154 telugu a bruh
@SvetlanaVoda
@SvetlanaVoda Жыл бұрын
int g[0] - size of array must be greater than 0; int a[b=11/2] - expression must have a constant value
@Mala.J-cg9uj
@Mala.J-cg9uj 9 ай бұрын
is this correct
@sujaykasukurthi2374
@sujaykasukurthi2374 8 ай бұрын
I too have the same doubt 11/2 is a float na then how do we declare with that
@chandrakantbidari769
@chandrakantbidari769 8 ай бұрын
@@sujaykasukurthi2374 since the data type is int,11/2 which is 5.5 will be taken as 5...I feel.,correct me if I am wrong
@adilsirsi2756
@adilsirsi2756 5 ай бұрын
@@chandrakantbidari769 just doubt ,if 5.5 will be taken as 5 then we can also take data item as 5.5 or something
@user-nt5pf6jf7t
@user-nt5pf6jf7t 3 ай бұрын
In c int/int =int suppose 5.0/2=2.5 but 5/2=2
@Neeraj_1907
@Neeraj_1907 2 жыл бұрын
c programming course is very well structured and delivered. Thank you so much mam!
@gauravsinghbalrampurindia
@gauravsinghbalrampurindia 2 жыл бұрын
I would love to study with this teacher. The effort she is making to put words together in English is just interestingly amazing.
@vigneshwaranp8397
@vigneshwaranp8397 3 жыл бұрын
Mam because of your Lectures I'm Loving Computer Science subject.. ❤️ and more passionate in Cs.. so kindly keep inspiring us through your Lecturers...🙏🏻🙏🏻🙏🏻🙏🏻
@manirulmolla6105
@manirulmolla6105 Жыл бұрын
While watching your videos i feel i am physically sitting in your class room and you are watching me, very engaging & well explained. Thank you so much for the good work❤
@user-nx4gy8pc7n
@user-nx4gy8pc7n 7 ай бұрын
bhai eyes contact hi kuch aisa krti h
@arunv7669
@arunv7669 5 ай бұрын
1. Int a[0]; is the correct way of declaring as you said it must be positive, 0 is neither positive nor negative. 2. Int a[11/2]; is correct way of declaring cuz its value is 5. Tq mam. ❤
@jayshribalakrishnan2241
@jayshribalakrishnan2241 3 жыл бұрын
Ma'am 💗, love ur way of teaching and patience... Loved ur data structures and algo playlist.. keep uploading more ma'am..Lastly, thank you and hatts off to your efforts.. 🤗❤️
@DeepakKumar-xj3eg
@DeepakKumar-xj3eg 2 жыл бұрын
madam i am 2021 passout and i have just loving your videos and currently i am doing embedded software development and i have started studying each and every lecture of yours..
@keerthanakeerthana3599
@keerthanakeerthana3599 6 ай бұрын
Hlo may I know know the route map of embedded software developer
@saisanthosh841
@saisanthosh841 3 жыл бұрын
Can you keep materials of this video's which is prepared by you and we can learn very comfortably and quickly.its nice to see you again madam .
@ABRAHAMASMAMAW-sh1ru
@ABRAHAMASMAMAW-sh1ru 3 ай бұрын
On day my lecturer asked me about an array.but by the time I hadn't any knowledge about arrays.after class I searched vedio ,and I got your video After completing your video.I got enough knowledge. plus you are fantastic You are funny You are beautiful ❤️ I hope I will see you again.
@ABRAHAMASMAMAW-sh1ru
@ABRAHAMASMAMAW-sh1ru 3 ай бұрын
Extra....
@Lotus252
@Lotus252 9 ай бұрын
I have watched many videos which are explained in hindi but i didn't understand...At last i found this masterpiece in English and i get that❤️ ... Thank you so much mam for this mind-blowing explanation...... ❤
@techwithhs3841
@techwithhs3841 3 жыл бұрын
Mam the way of teaching is just awesome I am from Maharashtra and Thankyou for making us understand in better way . Best of luck mam
@princepiyushsingh5758
@princepiyushsingh5758 3 жыл бұрын
I am studying in 3rd year Computer Engineering.We are waiting for DAA subjects video. I request you to make the video on DAA subject. Your Data Structure playlist helped me a lot last year to understand the concepts. Hope that you will make videos on DAA soon. Thank you for your great efforts...
@allumuraharireddy3620
@allumuraharireddy3620 2 жыл бұрын
The way that ur teaching is marvellous.so we can easily grasp the c language quickly. Thank u so much mam.
@shreetikumari1585
@shreetikumari1585 Жыл бұрын
C programming was tough after looping but you makes it easy to understand thank you a lot🙂🙂
@_jay_9122
@_jay_9122 3 жыл бұрын
Mam, From now please shedule the lectures so from now we will get in the habit of attending the lectures at a particular time which is beneficial for us. Thank you for your great content.
@vijayrajvaghasiya961
@vijayrajvaghasiya961 2 жыл бұрын
Ka jay kvu chale
@vijayrajvaghasiya961
@vijayrajvaghasiya961 2 жыл бұрын
Olakhan padi
@Atulsuradkar_01
@Atulsuradkar_01 2 күн бұрын
Mam,In my college I don't understand any thing but when I started to watching your video I am getting my concept clear and I am doing well in my exams also bcoz of uhh only mam thanks a lot and gives us a such deep content ❤️
@waheedleghari5543
@waheedleghari5543 3 жыл бұрын
int a [0]; is right bcz in c language start number from 0 maam you are best very helpful lectures love from Pakistan🇵🇰🇵🇰
@akshitaprajapat225
@akshitaprajapat225 2 жыл бұрын
What about int a[n];
@ankitmehta4133
@ankitmehta4133 2 жыл бұрын
It's not valid bro
@anissarafa6758
@anissarafa6758 Жыл бұрын
I am an alx student in software engineering, I benefit a lot from your videos thank you very much.
@arkaprabhaghosh5938
@arkaprabhaghosh5938 2 жыл бұрын
You tech every topic in depth....... It's very helpful for me.
@janakroakaya
@janakroakaya Жыл бұрын
I am from nepal.what a nice teaching style.i am a student of school level.
@sanjaymishra6866
@sanjaymishra6866 3 жыл бұрын
int b = 0 ; int a [ b = 11/2 ] = {0} ; for (int x : a) { cout
@sanjaymishra6866
@sanjaymishra6866 3 жыл бұрын
BTW I have used c++ as my language ... IDK if this concept works in your language i.e C
@nithyashree5450
@nithyashree5450 2 жыл бұрын
I didn't understood,, how 11/2 gives 5
@abhinandansingh2764
@abhinandansingh2764 2 жыл бұрын
@@nithyashree5450 if we will initialise b , then it will not give error and we will get desired result
@saranyadhonisaisumani5090
@saranyadhonisaisumani5090 2 жыл бұрын
@@nithyashree5450 hlo sis if we divide 11 with 2 we will get quotient as 5 so ,b=5
@nithyashree5450
@nithyashree5450 2 жыл бұрын
@@saranyadhonisaisumani5090 okay thank you
@kmanish2528
@kmanish2528 2 жыл бұрын
Mam really this is the 1st video I am watching in this channel, very detailed and perfect reaching compared to all KZfaq channels and my college, luv ❤ u mam...
@erumshehzadi556
@erumshehzadi556 3 жыл бұрын
Hii ma'am!!! your way of teaching is amazing👍🏻, you are my favorite and my favorite teacher Ammie favorite.Lot's of love from our side. keep making amazing lecture for ous .God bless you.😊
@jeevanreddy5462
@jeevanreddy5462 2 жыл бұрын
Madam the way your teaching data structures is excellent your teaching skills are awesome keep uploading more videos hat's off
@rajeswaripulakala3727
@rajeswaripulakala3727 3 жыл бұрын
thank you so much for each and every lecture that is provided in your channel mam please upload the complete operating system tutorials from beginning
@anilkumarv2699
@anilkumarv2699 3 жыл бұрын
Ma'am, Please make a schedule for the classes,it will be good to attend the classes regularly and please complete the classes as soon as possible ma'am....
@mwatelaswalehe1506
@mwatelaswalehe1506 2 жыл бұрын
Madam you're good in teaching.... Surely you're making to be very easy in c programming
@Shaffi-pm3gi
@Shaffi-pm3gi 3 жыл бұрын
Good to see you back into the battlefield medam.Pls do videos in parallel on DAA also plssss.
@nathanieljoshua2656
@nathanieljoshua2656 3 жыл бұрын
Ma'am I like your method of teaching if am to choose whom to award I will choose no one than you. Thank you very much
@obiorahbryan2243
@obiorahbryan2243 2 жыл бұрын
18:56 - that's also a correct way to declare arrays. Good job Ma
@jagadeeshkj594
@jagadeeshkj594 2 жыл бұрын
16:06 - That is also a correct way to initialise the size of an array :)
@gustogamer4705
@gustogamer4705 2 жыл бұрын
can i know how?? size cannot be in flaoting number??
@AKA-fb3fy
@AKA-fb3fy 2 жыл бұрын
@@gustogamer4705 ya but since we have taken int datatype it neglects fraction part
@craze_coc
@craze_coc 2 жыл бұрын
Ma'am ur teaching is awesome as always, i love the way you teach us. THANKS A LOT for ur efforts towards teach us. Ma'am ur voice is echoing in the room can you do something about that pls.
@bhagyashreelambture3921
@bhagyashreelambture3921 2 жыл бұрын
Ma'am I have seen your c language video it's to useful. Thank you for it. One request is that please make Video on Artificial intelligence subject.
@durgalankipalli2541
@durgalankipalli2541 2 жыл бұрын
Initialization in both ways are correct and it shows no error.
@kdjplayz8158
@kdjplayz8158 3 ай бұрын
Most of the textbooks say integer variables occupy 2 bytes. But when I run a program printing the successive addresses of an array of integers it shows the difference of 4.
@jangidsoni27
@jangidsoni27 3 жыл бұрын
Best teacher award goes to Jenny mam ❤️
@aaqibraina1779
@aaqibraina1779 2 жыл бұрын
Bhabi hai tumhari 😂
@unnamdedeepya9331
@unnamdedeepya9331 Жыл бұрын
jenny mam i observed that during 16:06 the example u written was correct and there is no error according to dev++
@monojityengkhom7715
@monojityengkhom7715 Жыл бұрын
Learning from a beautiful teacher is awesome 😇 focus
@raushanraj6252
@raushanraj6252 3 жыл бұрын
int a[0] is valid , array doesnot allocated any memory and the control will pass the array. logic is right mam or not
@tushararya2183
@tushararya2183 2 жыл бұрын
Mam your lecture is very helpful for me.....and you are the beauty with Brian ....huge fan of you mam...keep helping of us by your amazing knowledge....
@ragibhasan8232
@ragibhasan8232 Жыл бұрын
The best guide I got,mam u explain doubts that happen with students.Thank u so much mam ♥️
@raah-e-muwaffaqyat
@raah-e-muwaffaqyat 2 жыл бұрын
regarding assignment of this video in both the cases of zero and variable as a size of array it is correct int rollno[0];...... int b,rollno[b]; no error in the case of negative size "rollno[-5]" compile time error is there
@proprimevideos335
@proprimevideos335 Жыл бұрын
Yes ma'am your teaching style is so excellent that i can't able to express in words Thank ma'am
@marapakarupavani1894
@marapakarupavani1894 2 жыл бұрын
We can also initialize as a[b=11/2];
@sanjays7255
@sanjays7255 2 жыл бұрын
Thanks bro 🔥🔥🔥
@mechile_pakki
@mechile_pakki 2 жыл бұрын
No
@mechile_pakki
@mechile_pakki 2 жыл бұрын
Variable declaration not allowed showing
@Heeralal_
@Heeralal_ Жыл бұрын
Teaching style and confidence too awesome mam. thanks a lot
@058laxmi8
@058laxmi8 Жыл бұрын
kzfaq.info/get/bejne/gamfdsSkxr26cac.html You can also check his array video, very short and clear
@daddyanks
@daddyanks Жыл бұрын
Thanks for teaching in english,,,love from australia
@johnsonabel5708
@johnsonabel5708 2 жыл бұрын
Good morning ma'am i really love the way you are teaching. This is second time i am asking, Please kindly teach us something on BIG O NOTATION. THANKS
@pc-ologyst5371
@pc-ologyst5371 2 жыл бұрын
Mam you're really my coding guru, I tried to learn from a lot other videos but your videos are best😊😊😊😊😊😊
@positivevibes3971
@positivevibes3971 2 жыл бұрын
The way u have explained is awesome for me...thnk u so much
@ummerabab6903
@ummerabab6903 2 жыл бұрын
Mam hats off to you. I lacked behind in my whole class of programming and now im the topper.Thanks alot!
@jyothibalaswamy7974
@jyothibalaswamy7974 Жыл бұрын
What an explanation 👏👏...Tomorrow I have my exam Thank you so much sister ☺
@gunshot2.o984
@gunshot2.o984 Жыл бұрын
hello sweat girl
@user-qs1lh1qv1d
@user-qs1lh1qv1d 6 ай бұрын
i am from vit bhopal cse cloud computing first year and learning c from mam because currently we are doing fundamentals in ai and ml and not any coding language
@vinishabhagwani5377
@vinishabhagwani5377 2 жыл бұрын
int b; int a[b=11/2] Reason is because array will carry same integer type here b is character so it will show an error message since data type is integer
@yashnilla6516
@yashnilla6516 3 жыл бұрын
Plz continue arrays mam and explain different types of problems in arrays ...And also continue strings .....Plz mam ....
@davenandrew7292
@davenandrew7292 2 жыл бұрын
Thank you Jenny. You save lives.
@kaushalthakkar1400
@kaushalthakkar1400 Жыл бұрын
i am learning javascript but i have to see c programm explation to understand
@tejaskini7634
@tejaskini7634 3 жыл бұрын
Excellent explanation mam 😄 thank you so much ☺️
@shubhampramanick5008
@shubhampramanick5008 2 жыл бұрын
Mam, i read in class 12 and have two questions: Q1.) What does the declaration float mat[2][5]; mean? Q2.) What do you mean by the column and row major method of storing elements in a matrix? 🙏🙏Plz mam if you give me the answers ,i will greatful to you 🙏🙏
@voiceofhimanshu
@voiceofhimanshu 3 жыл бұрын
Thanks for uploading this ma'am 🙏
@Vinay.Kumar_
@Vinay.Kumar_ 3 жыл бұрын
I am a beginner thank god I found this channel
@AjaySingh-ng4is
@AjaySingh-ng4is 3 жыл бұрын
Arrays are having vast application area in computer science.. 💛💛💛
@sagarmasabathula9832
@sagarmasabathula9832 5 ай бұрын
Mam how to clear c programming in supplementary exam please explain mam
@avungtsopz842
@avungtsopz842 2 жыл бұрын
man jenny maam taught me better than my professor
@Gameplay-st7ve
@Gameplay-st7ve 3 жыл бұрын
mam, int b; int a[b=11/2]; this is correct
@Israr_Ayoub
@Israr_Ayoub 2 жыл бұрын
And also int a[0]; is correct
@prashantrajreg-4610
@prashantrajreg-4610 2 жыл бұрын
Maam aapke lecture me samjh me kuch nhi aata or dekhna chorne ka maan v nhi karta... Kya yahi pyaar hai🥺❤
@srilakhmiengineeringeducat219
@srilakhmiengineeringeducat219 3 жыл бұрын
Thanks a lot mam waiting for your lectures...
@ethioglobal7783
@ethioglobal7783 2 жыл бұрын
Great job jenny! keep it up!!!
@AMITPATEL-ur6ub
@AMITPATEL-ur6ub 3 жыл бұрын
int a[0]; ✔️ but array can not allocate memory. Mam , am I correct?
@kameshpatil4231
@kameshpatil4231 Жыл бұрын
but if i gave printf(" %u",&b); this command then its showing the alloted memory location
@islam_quiz_master
@islam_quiz_master 3 жыл бұрын
Thanks for this simplified lectures on Arrays. Please is there a way people from Nigeria can register on unacademy as it seems otp code can't be received in the country. Also is there any lecture or resources on argc/argv/Malloc that i can be pointed to.
@edgexs1427
@edgexs1427 3 жыл бұрын
Thanks ma'am much needed video on arrays
@sarangramesh2780
@sarangramesh2780 Жыл бұрын
Hello maam.. You are amazing... ❤️❤️ please consider the request of doing lectures in java also.. 🙏
@natashasingh2103
@natashasingh2103 3 жыл бұрын
Thanku so much mam😊 I'm in collage and your videos help me alot ❤❤❤
@geniusshivam312
@geniusshivam312 Жыл бұрын
Hu
@Varun_S_2003
@Varun_S_2003 2 жыл бұрын
16.06 is also correct way to initialise the array
@unnamdedeepya9331
@unnamdedeepya9331 Жыл бұрын
s even i observed it
@rkscp7711
@rkscp7711 2 жыл бұрын
I can live 3 day without eating anything but I can't live without taking your lecture 🍁✨
@himanshu7351
@himanshu7351 2 жыл бұрын
schi...soch ke btaio
@rkscp7711
@rkscp7711 2 жыл бұрын
@@himanshu7351 When you take lecture of Jenny So i don't need to think bro
@divreetkaur9898
@divreetkaur9898 2 жыл бұрын
@@himanshu7351 😂😂
@himanshu7351
@himanshu7351 2 жыл бұрын
@@divreetkaur9898 😂😂
@sandaliyasara6000
@sandaliyasara6000 Жыл бұрын
Love from sri lanka 🇱🇰
@AshokSingh-bv4os
@AshokSingh-bv4os Жыл бұрын
Love you from India ❤️
@ayaanbari6711
@ayaanbari6711 2 жыл бұрын
C supports variable sized arrays from C99 standard , Mam i think you should have mentioned it while teaching array initialization
@muhammedibrahim5421
@muhammedibrahim5421 Жыл бұрын
you mean that int a[ ]; is valid??
@AfiaSultan
@AfiaSultan 2 ай бұрын
Thank you so much for great concept of array
@SuganthiUmaMagesh
@SuganthiUmaMagesh 3 ай бұрын
Errors in your program array and macro declaration
@prahalladbagh2877
@prahalladbagh2877 Жыл бұрын
love your teaching style🥰🥰🥰🥰
@sairampolisetty2059
@sairampolisetty2059 3 жыл бұрын
Mam plz do videos regularly because I am stuck in arrays in your videos so plz do videos Then I can understand very easily
@aksh_it49
@aksh_it49 Жыл бұрын
Thanks a lot ... thanks a lot ma'am you have cleared one of my major doubts
@mohamedhassanrashid5368
@mohamedhassanrashid5368 2 жыл бұрын
Thank you mam For your Explanation and Effort
@arshuarshad1551
@arshuarshad1551 8 ай бұрын
16:59 No mam it's not incorrect if int n; int arr[n]; There will give no error after this declaration and it is right way to declaration.
@harshavardhanharshavardhan4164
@harshavardhanharshavardhan4164 Жыл бұрын
int only store 2 bytes mam
@Pro_coder02
@Pro_coder02 2 жыл бұрын
Best video to array concept
@listenmusic8567
@listenmusic8567 2 жыл бұрын
Mam you are looking gorgeous
@Spydervlogs369
@Spydervlogs369 8 ай бұрын
Mam.. U r just awsome.. The concept is crystal clear
@maryannemuthoni5388
@maryannemuthoni5388 7 ай бұрын
I have tried int a[b = 11/2]; on an IDE and it's worked. When i used int a[0]; i was able to assign a first element and it printed out, the second element however caused a stack smashing error which happens when a program writes more data to the stack than its available memory allocation, causing adjacent memory locations to be overwritten.
@aparnabinu3914
@aparnabinu3914 3 жыл бұрын
Mam thank you very much ❤️❤️❤️ plz keep going Love from kerala
@satwiksingh9879
@satwiksingh9879 3 жыл бұрын
Ma'am please start java programming
@ytohiwipieown31
@ytohiwipieown31 3 жыл бұрын
correct java ,php and core android
@TechieAman
@TechieAman 3 жыл бұрын
Yes man after c start Java
@katamabhishek8844
@katamabhishek8844 3 жыл бұрын
Yes mam
@katamabhishek8844
@katamabhishek8844 3 жыл бұрын
Can u pls send c language Notes i message u in all videos of C-Language and also in instragram but won't reply mam,pls reply
@obiorahbryan2243
@obiorahbryan2243 2 жыл бұрын
17:03 - That's also a correct way to declare arrays.
@hometvfirestick
@hometvfirestick 3 жыл бұрын
when I in confusion about pointer I search for jenny thanku for teaching us
@YTSHORTS1701
@YTSHORTS1701 25 күн бұрын
What if we don't have laptop 😢
@techwave5239
@techwave5239 2 жыл бұрын
beauty with brains. everything is perfect mam. love u from nepal.
@ganauvm270
@ganauvm270 3 жыл бұрын
Hi can you explain how to generate multiples of two without using % and for loop and shift operator
C_47 Arrays in C - Part 2 | Initialization of arrays in C programming
13:51
Jenny's Lectures CS IT
Рет қаралды 418 М.
C_48 Arrays in C- part 3 | Memory Representation and Accessing of Array elements
11:41
If Barbie came to life! 💝
00:37
Meow-some! Reacts
Рет қаралды 78 МЛН
КТО ЛЮБИТ ГРИБЫ?? #shorts
00:24
Паша Осадчий
Рет қаралды 3,8 МЛН
C_84 Introduction to Functions - part 1 | C Language Tutorials
25:27
Jenny's Lectures CS IT
Рет қаралды 966 М.
C_53 Introduction to Two Dimensional (2D) Arrays in C
13:04
Jenny's Lectures CS IT
Рет қаралды 352 М.
C-49 Arrays in C - Part 4 | Array Program 1 | C Programming Tutorials
19:08
Jenny's Lectures CS IT
Рет қаралды 354 М.
C_54 Two Dimensional(2D) Arrays in C | Initialization of 2D Arrays
15:59
Jenny's Lectures CS IT
Рет қаралды 226 М.
C_71 Pointers in C - part 1| Introduction to pointers in C | C Programming Tutorials
17:02
C-50 Arrays in C - Part 5 | Array Program 2 | C Programming Tutorials
16:02
Jenny's Lectures CS IT
Рет қаралды 261 М.
C_56 2D Arrays Program 1| Program to print Matrix and calculate Sum | C Programming
17:33
3 Incredible Lat Growth Exercises You've Never Seen Before!
23:15
Renaissance Periodization
Рет қаралды 346 М.
If Barbie came to life! 💝
00:37
Meow-some! Reacts
Рет қаралды 78 МЛН