Тёмный

2D Arrays in One Shot | C Programming | Lecture 8 

College Wallah
Подписаться 673 тыс.
Просмотров 403 тыс.
50% 1

In this video, Raghav Sir will teach you about 2D ARRAYS in DETAIL. This is Lecture 8 of the C Programming series. Topics covered are - syntax and declaration, output and input, meaning of 2D array and LOTS of questions. STRINGS will be covered in the next Lecture in detail, coming SOON.
So what are we waiting for?
Let us meet in the class!
If you are facing any trouble accessing the assignment or lesson plan, please re-login to your account on PW Skills website and try.
Are you finding the classes helpful?
Stay tuned for more!
Access the notes for this class for free at : ▶️bit.ly/3H1KSxI
PW Skills is announcing the launch of the following programs,
Binary Batch:- Java-with-DSA-&-System-Design (Java with DSA & System Design)
pwskills.com/course/Java-with... (Hindi)
pwskills.com/course/Java-with... (English)
Sigma Batch:- Full-Stack-Web-Development (MERN Stack)
pwskills.com/course/Full-Stac... (Hindi)
pwskills.com/course/Full-Stac... (English)
Impact Batch:- Data-Science-Masters (Full Stack Data Science)
pwskills.com/course/Data-Scie... (Hindi)
pwskills.com/course/Data-Scie... (English)
Timestamps:-
00:00 Introduction
01:49 What and Why?
11:07 Declaration and Initialisation
19:03 ARRAY of Arrays
20:46 Output and Input using Loops
41:51 Ques 1 : WAP to store Roll No. and Marks of 4 students in a matrix
45:24 Ques 2: WAP to store 10 at every index in a 5x5 matrix
49:16 Ques 3 : Add 2 matrices
54:27 HW 1 : Add two matrices without using extra matrix
55:14 Ques 4 : Find the sum of a n*m matrix
1:00:43 HW 2 : Find the maximum and minimum element and their index in a matrix
1:01:57 HW 3 : Given matrix, find sum of rectangle formed by 2 coordinates (l1,r1) and (l2,r2)
1:06:15 HW 4 : Find the row with the maximum sum in a matrix
1:10:28 Ques 5 : Given matrix filled with 0s and 1s, find row with maximum 1s
1:17:45 Ques 6 : Print the transpose of a given matrix
1:27:24 Ques 7 : Store transpose of a given matrix in another matrix
1:33:30 Ques 8 : Convert a square matrix into its transpose without using extra matrix
1:58:16 Ques 9 : Rotate a matrix 90 degrees clockwise
2:11:33 **Ques 10 : Matrix MULTIPLICATION
3:17:51 Ques 11 : Wave printing - 1
3:27:31 HW 5 : Wave printing - 2
3:31:21 **Ques 12 : SPIRAL printing
4:18:10 HW 6 : Generate n*n matrix filled with numbers from 1 to n^2 in SPIRAL order
4:20:24 Maza aa gaya?
Website - pwskills.com/
Instagram - / pwcollegewallah
LinkedIn - / ineuron-ai
/ physicswallah
Telegram - t.me/SkillsPW
Discord - / discord
Twitter - / pw__skills

Опубликовано:

 

30 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 613   
@CollegeWallahbyPW
@CollegeWallahbyPW Год назад
📗 Enroll Now in Decode Batches and become JOB READY: 📌 Python with DSA: bit.ly/4bXv5xF 📌 Java with DSA: bit.ly/49vEQkZ 📌 C++ with DSA: bit.ly/49NnNKT
@surajitdey2003
@surajitdey2003 Год назад
thank you sir first comment
@letsfun4801
@letsfun4801 Год назад
Sir Please Make download option available because we download your every video from university wifi because wifi or boradband facility is not available in my home
@Akash-ld5it
@Akash-ld5it Год назад
Please upload a vidio on identity matrix
@aniket_850
@aniket_850 Год назад
Sir download restrictions hain es video main
@Gurpreet11g
@Gurpreet11g 8 месяцев назад
Sir please upload important ques of whole syllabus
@divyanshujaiswal4682
@divyanshujaiswal4682 Год назад
Rest of 10 hour tutorial for whole c language rest in piece after seeing this much effort. Pw rocks always 🙂💐
@bhuvan5500
@bhuvan5500 Год назад
I know what you are talking about 😂😂
@divyanshujaiswal4682
@divyanshujaiswal4682 Год назад
@@bhuvan5500 yehh boy 😜😜
@infinity2creation551
@infinity2creation551 Год назад
Sharddha didi uff sry bhavi is.crying. in corner 😂😂😂😂
@MuhammadFarooq-bh8md
@MuhammadFarooq-bh8md Год назад
Mujhe bhi aaj tak wahan se kuch samjh nhi aaya 😂 pw is best 🎉🎉
@anxsin230
@anxsin230 Год назад
@@MuhammadFarooq-bh8md sach mein pehle to kuch kuch samajh a raha tha per function k bad to kuch samajha hi nhii🥲....yaha pee akar maza aa gaya.....
@taufiqueanwarkhan2396
@taufiqueanwarkhan2396 8 месяцев назад
00:02 2D arrays are discussed in this lecture 02:11 2D arrays can be used to store and manipulate tabular data. 07:00 2D Arrays store values in a two-dimensional grid 09:44 2D Arrays: Use row and column numbers to access elements and fill the array 16:02 2D Arrays allow for the storage and manipulation of data in a grid-like format. 18:16 Learn about 2D arrays in C programming. 24:23 Printing a 2D array in C programming 27:26 Using 2D arrays in C programming 34:44 2D Arrays in C Programming: Basics and Declaration 37:47 Understanding 2D arrays in C programming 44:32 The video discusses creating a 2D array in C programming and taking input from users for homework purposes. 49:20 Creating a third matrix by adding two 2D matrices 56:35 Adding elements of a 2D array in C programming 1:00:43 Finding the maximum and minimum elements in a 2D array 1:06:29 Understanding 2D Arrays in C programming 1:08:51 Finding the row with the maximum number of ones in a matrix 1:14:12 Understanding the concept of 2D arrays in C programming 1:17:59 Printing the transpose of a matrix in C programming 1:23:03 Printing a 2D matrix in reverse order in C programming. 1:26:39 Understanding 2D arrays and transposing them in C programming 1:33:16 Understanding the concept of transposing 2D arrays in C programming 1:37:09 Understanding the changes happening in a 2D array 1:43:49 Understanding the concept of transposing 2D arrays in C programming. 1:48:40 Swapping values in 2D arrays using C programming 1:55:02 Understanding 2D Arrays and Transposing a Matrix 1:58:28 Understanding 2D array transpose in C programming 2:06:13 Reversing a number using 2D arrays in C programming 2:11:10 Multiplication of 2D arrays in C programming. 2:15:30 Understanding 2D arrays and matrix multiplication in C programming 2:18:23 Understanding the concept of 2D arrays in C programming 2:23:53 Multiplying 2D arrays in C programming 2:25:50 Matrix multiplication in 2D arrays 2:30:11 Understanding 2D Arrays in C Programming 2:32:15 Multiplying two matrices does not always result in a bigger matrix 2:38:45 Multiplying 2D arrays in C programming 2:43:37 Understanding 2D arrays in C programming 2:49:52 2D arrays in C programming explained in one shot 2:52:56 Understanding 2D arrays and the concept of multiplication in C programming 2:57:35 Multiplying 2D arrays for matrix multiplication 2:59:41 Multiplication of 2D arrays in C Programming 3:04:34 Matrix multiplication in C programming. 3:07:08 2D Arrays in C programming - Writing and printing matrix elements 3:12:32 Matrix multiplication in C programming 3:14:44 2D arrays can be used to store and manipulate data in C programming. 3:20:40 Printing elements of a matrix in reverse order 3:23:14 Printing a 2D Array in reverse order using C programming 3:28:22 Printing 2D arrays column-wise in C programming 3:30:50 Printing a 2D array in a specific order 3:37:39 Printing minimum and maximum rows and columns in a 2D array, in reverse order 3:41:20 Printing 2D Arrays in C 3:47:13 Printing elements in a loop by following conditions 3:49:50 Understanding the concept of 2D arrays in C programming. 3:57:10 Understanding the logic of working with 2D arrays in C programming 4:01:14 The video explains the concept of 2D arrays in C programming. 4:08:37 Understanding the printing pattern in 2D arrays. 4:11:25 Understanding 2D arrays and their usage in C programming 4:16:30 Understanding 2D arrays in C programming 4:18:30 Creating and printing a matrix in C
@SYATIKMAITI
@SYATIKMAITI Месяц назад
bahut badia👍
@perfectshot6198
@perfectshot6198 8 месяцев назад
Timestamps:- 00:00 Introduction 01:49 What and Why? 11:07 Declaration and Initialisation 19:03 ARRAY of Arrays 20:46 Output and Input using Loops 41:51 Ques 1 : WAP to store Roll No. and Marks of 4 students in a matrix 45:24 Ques 2: WAP to store 10 at every index in a 5x5 matrix 49:16 Ques 3 : Add 2 matrices 54:27 HW 1 : Add two matrices without using extra matrix 55:14 Ques 4 : Find the sum of a n*m matrix 1:00:43 HW 2 : Find the maximum and minimum element and their index in a matrix 1:01:57 HW 3 : Given matrix, find sum of rectangle formed by 2 coordinates (l1,r1) and (l2,r2) 1:06:15 HW 4 : Find the row with the maximum sum in a matrix 1:10:28 Ques 5 : Given matrix filled with 0s and 1s, find row with maximum 1s 1:17:45 Ques 6 : Print the transpose of a given matrix 1:27:24 Ques 7 : Store transpose of a given matrix in another matrix 1:33:30 Ques 8 : Convert a square matrix into its transpose without using extra matrix 1:58:16 Ques 9 : Rotate a matrix 90 degrees clockwise 2:11:33 **Ques 10 : Matrix MULTIPLICATION 3:17:51 Ques 11 : Wave printing - 1 3:27:31 HW 5 : Wave printing - 2 3:31:21 **Ques 12 : SPIRAL printing 4:18:10 HW 6 : Generate n*n matrix filled with numbers from 1 to n^2 in SPIRAL order 4:20:24 Maza aa gaya?
@dishant1338
@dishant1338 8 месяцев назад
thank you
@SYATIKMAITI
@SYATIKMAITI Месяц назад
bahut badia👍
@devendrarajput2279
@devendrarajput2279 9 месяцев назад
i am topper of my college because of you Sir I don't have words to explain your efforts . Hats off to youuu . may you leads toward growth and success in your life.. so much respect to you sir God bless you
@UP20UjjwalJa8
@UP20UjjwalJa8 9 месяцев назад
😂😂
@user-mm4mm3ib2w
@user-mm4mm3ib2w 9 месяцев назад
😅@@UP20UjjwalJa8
@brainitout-ev5pd
@brainitout-ev5pd 8 месяцев назад
🤣🤣
@evakgirik2058
@evakgirik2058 3 месяца назад
bro , c padh kr college topper kaisa ban gaya?🥲🥲 mumbai mai rehta hai kya , jidhar 11-12 ko college bolta hai ...!☠☠
@suraj_sharma.100
@suraj_sharma.100 Месяц назад
Jhoot mat bol
@QuickEnglishSnippet
@QuickEnglishSnippet 11 месяцев назад
1:56:00 we can also use another method which is called as upper triangle way. in second loop, we can add a condition if(j>i) then only swapping occurs otherwise loops continues,i think this method is much more simpler and easy to understand. thankyou sir for this amazing lecture.❣
@Heckvlogs
@Heckvlogs 2 месяца назад
my code isnt working by your method idk why but by doing i>j the code is working perfectly
@samimsk4146
@samimsk4146 Год назад
Dear Sir, Please make more chapter tutorials on Dynamic memory, Structure, and File Handling. Thank U :)
@anshulsharma267
@anshulsharma267 Год назад
Raghav bhaiya or PW team ko teh dil se Shukriya...❣️
@gracychauhan4061
@gracychauhan4061 Год назад
Sir I don't have words to explain your efforts . Hats off to youuu . may you leads toward growth and success in your life.. so much respect to you sir God bless you
@SaiyadaKhatun-tm1oi
@SaiyadaKhatun-tm1oi Год назад
Thank you so much sir for this amazing session.....I will be always grateful to you😇
@HOSTEL-BLoG
@HOSTEL-BLoG 3 месяца назад
1:44 Choti video rahne vali hai Meanwhile longest video of playlist ->4hour 21 min
@Ravirajsingh09
@Ravirajsingh09 25 дней назад
Me yhi comment dekhne aaya tha 😂😂
@kashishchadha8742
@kashishchadha8742 Год назад
Amazing work...pw never disappoints
@kaifkhansahab3077
@kaifkhansahab3077 Год назад
Thanks alot sir for providing us this too much great series of C❤️❤️❤️
@amlendudotcom
@amlendudotcom Год назад
Sir C# pr video plz YT pr bhaut video lekin ek baar aapse pdh liya ab kisi ka video smj me nhi aa rha plz jld se jld video laye. Bhaut tension ho rha. Aap jis trah se details me pdhate h mujhe aachi trah smj aata h. 🙏🙏😢😢
@rajivchaurasiya12
@rajivchaurasiya12 8 месяцев назад
Really a very great explanation for every question by the great Raghav sir.(Maza a gaya)
@menkatiwari2872
@menkatiwari2872 Год назад
Mza aa gya... 😀😁 Perfect💯👍 class with perfect teacher 🙏☺
@kushalpha4442
@kushalpha4442 Год назад
My favorite thing about it 🥰🥰🥰
@alltypeinformation3233
@alltypeinformation3233 10 месяцев назад
Sir salute to your hardwork you didn't show any type of lazyness in each question. In matrix multiplication you also cover in one hour salute 🫡
@user-du7er7vf1c
@user-du7er7vf1c 3 месяца назад
Perfect class with perfect teacher... Really I enjoyed this session 👍👍🙏🙏🙏🔥🔥🔥💯💯💯💯
@Explainbypk791
@Explainbypk791 Год назад
Longest videos of the series..of course maja aagaya
@dipakojha9844
@dipakojha9844 Год назад
video me mjaa aa gaya .array padhane ka tarika bhut sahi lga.spiral.
@harshkhandelwal6010
@harshkhandelwal6010 11 месяцев назад
Maza aa gaya sir bawal lecture tha A-Z conceptual clarity mil gya 2D array pe
@Aachal_Sahni
@Aachal_Sahni 6 месяцев назад
Thank you sir🙏 Thank you so much for this great wonderful video
@sameerasangadi686
@sameerasangadi686 7 месяцев назад
Thank you so much sir I have watched complete class
@NirajKumarPandey1234
@NirajKumarPandey1234 11 месяцев назад
[8].I have seen this lecture today. And you explain any concept in easy language, sir. 3rd September 2023
@ishayay7311
@ishayay7311 5 месяцев назад
finally i get the best channel for my pps subject sir you explained in very clr way thank you sir
@quiteop1288
@quiteop1288 5 месяцев назад
You are from gzb,I'm right?
@arindamdeka8095
@arindamdeka8095 6 месяцев назад
Thank you so much Sir, for this amazing lecture... Maza aa gya ❤
@AnuSharma-tq3sy
@AnuSharma-tq3sy 6 месяцев назад
Thank you sir, for all this c language lectures ❤ and I am easily understand.again thanks sir
@alexjaiswal1
@alexjaiswal1 2 месяца назад
Great sir completed samjh aa gya 😊
@learnskills1061
@learnskills1061 10 месяцев назад
Mazaa Aaa ghayaa Sir your teaching style is brilliant
@prathmeshmohite033
@prathmeshmohite033 8 месяцев назад
Thankyou sir for such an amazing lecture, it actually helps us alot in our college. Maja aa gaya sir, Thank you 🙏🙏
@user-ok9xe6dn1f
@user-ok9xe6dn1f Год назад
very helpful vedio....thnku sirr
@tarandeepsingh2717
@tarandeepsingh2717 Год назад
very very thank you sirrr 12 th me apse maths padhi thi, abb c padhkar maza aa gya
@tanupatwal136
@tanupatwal136 Год назад
Sir aapne to is Uttrakhandi ka udhar kr diya c language mei
@psycos_1
@psycos_1 4 месяца назад
SIR MAZA AGYA, YOU'RE LITERALLY SUCH AN AMAZING TEACHER!!! ❤
@shoaibhaider4383
@shoaibhaider4383 Год назад
this video will going to be shoter than 1D array 🙂
@ujjwalbansal2756
@ujjwalbansal2756 Год назад
😂
@adarshpal103
@adarshpal103 Год назад
@@ujjwalbansal2756
@user-ol4nw6wj2k
@user-ol4nw6wj2k 6 месяцев назад
Hamari kishmat itni acha kha bro 😢
@user-gg6fv3ii6b
@user-gg6fv3ii6b 7 месяцев назад
Thanks a lot sir for such a helpful video lectures at the end maza aa gaya 😊
@shauryasrivastava7359
@shauryasrivastava7359 Месяц назад
sir , i have no words to thank you ❣
@pri8112
@pri8112 3 месяца назад
Sir in question 8, we can also change a[i][j] to a[j][i] as it'll directly give output without even using temp or using swap method.
@atharvajoshi3003
@atharvajoshi3003 4 месяца назад
Bahout hi badhiya sir, this type of explainantion i need😀😀
@PRANAVMISHRA-wd3nj
@PRANAVMISHRA-wd3nj 13 дней назад
Thank you sir for this awesome content. Maza aa gya!
@sagarrawat8883
@sagarrawat8883 5 месяцев назад
High effort content lecture.❤❤❤
@shubhamkumar3139
@shubhamkumar3139 11 месяцев назад
maja aa gya sir thank you sirji.......❤
@UMESH-lj3ye
@UMESH-lj3ye 6 месяцев назад
Mza aa gya... 😀😁 Perfect💯👍 class with perfect teacher 🙏
@abhinabgupta9599
@abhinabgupta9599 11 месяцев назад
Sir maaza aa gaya mast lecture tha
@AbhaySingh-om3vw
@AbhaySingh-om3vw Год назад
Thanks for this nice lecture❤❤
@ARUNKUMAR-zr5fq
@ARUNKUMAR-zr5fq 7 месяцев назад
Maza aa gya sir. Bahut badhiya lecture hai. Ab itna confidence aa gya hai ki lag rha rha hai apne batch me main hi top karunga. 😎💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓
@ParthDabhiOfficial
@ParthDabhiOfficial 3 месяца назад
THANKS SIR JI, MAJA AA GAYA, RADHA RADHA!
@PankajKumarGupta-yb7sc
@PankajKumarGupta-yb7sc 5 месяцев назад
Lovely teacher you are sir Mazaa AA GYA KYA HI KAHE ❤ PYAR HO GYA HAI HAMKO AAPSE ❤
@user-wg9iy2nk3t
@user-wg9iy2nk3t 2 месяца назад
sir aap kamal kay sir hain , aap say acha koi nae parhata
@jaideepmaan2251
@jaideepmaan2251 2 месяца назад
Thankyou sir for videos
@Edutech09
@Edutech09 Год назад
Sach me maja aa gya sir♥️👍
@andromedancomplex3689
@andromedancomplex3689 8 месяцев назад
Maja aa gya sir. Thanks a lot sir. ❤
@kushalpha4442
@kushalpha4442 Год назад
Thanks sir 🥰🥰🥰
@MayankJanothra-ii1vz
@MayankJanothra-ii1vz 6 месяцев назад
Sab samajh me aa Gaya Aur maza aa Gaya
@rambhaktbajrang8643
@rambhaktbajrang8643 Год назад
Maja aa gya 🎉dear sir jii ❤🎉is video me bhi A ur baaki sab videos me bhi 🎉🎉❤❤❤
@technicalstudyajay8037
@technicalstudyajay8037 Год назад
Sir Data structures kab Chalega
@rejaulislam2593
@rejaulislam2593 9 месяцев назад
Maja agaya sir g....best lecture
@rohanrawat7953
@rohanrawat7953 Год назад
Thanks sir 🙂 Maja aa Gaya!!
@anmolspeaks172
@anmolspeaks172 9 месяцев назад
Maja aa gaya ❤😃😃😃💕🥰🥰🥰💕🙌🙌🙌🙌💝💝💝💝💝 thank you so much sir 🙏🙏
@neemaparnami8604
@neemaparnami8604 4 месяца назад
Sir thank you so much for this amazing lecture and course!! Just great explanation and great questions!! Thank you so much! 🩷
@RohitYadav-qm7gy
@RohitYadav-qm7gy 7 месяцев назад
Maza aa gaya, sir.
@ananyaa_09
@ananyaa_09 5 месяцев назад
Where can I find binary and linear search ??
@epicplaying8235
@epicplaying8235 Год назад
Why you disable download option?
@ShyamKumar-lg3nn
@ShyamKumar-lg3nn Год назад
Sir, spiral wala question me maza maza maza aa gaya... Thankyou raghav sir
@ektashukla4397
@ektashukla4397 Месяц назад
Maza aa gya😁 is video me bhi. Aur sari vdos me
@kamalakumawat1843
@kamalakumawat1843 7 месяцев назад
Sir you teaching way is OP🔥🔥
@fahadshaik3626
@fahadshaik3626 11 месяцев назад
maza agaya raghav bhaiya😃
@akshitabhansali6419
@akshitabhansali6419 9 месяцев назад
thank you sir , questions ki practice se kaha se kar sakte h sir?🙏🏻
@rakshithml4631
@rakshithml4631 Год назад
No sound
@money.3399
@money.3399 6 месяцев назад
sir great lecture ,,mza aa gya 😎
@38shashwatshukla89
@38shashwatshukla89 Год назад
mja a gya sir es video me aur saari videos me bhi
@rajshankarlovetoteachphysi196
Thanks sir
@dhanjeekumar1906
@dhanjeekumar1906 10 месяцев назад
Thank you so much sir Majaa aa gya
@user-ow8yh2pq7l
@user-ow8yh2pq7l 10 месяцев назад
excellent lecture
@Abhishek-eb8qs
@Abhishek-eb8qs Год назад
Maza aa gya bhaiya 🤩🤩
@Kuntal_BTech_01
@Kuntal_BTech_01 Месяц назад
PW whole company and including College Wallah the teachers and supporting team give their 110% effort to provide better education for students. Thank you PW teachers and whole team. ❤❤❤
@alishaansari100
@alishaansari100 Год назад
Sir please download pe daal do... By the way lecture is amazing 😍
@Rocksharma1000
@Rocksharma1000 Год назад
No sound is there in this video? Please do something.
@AbhaySingh-om3vw
@AbhaySingh-om3vw Год назад
❤❤❤❤ thanks for nice lecture
@metrocitydelhi5498
@metrocitydelhi5498 Год назад
thank you sir😀mja aa gya
@Raj_Today9613
@Raj_Today9613 Год назад
Sir pls continue java lecture 🙏🙏🙏
@smaurya4941
@smaurya4941 Год назад
Yes sir please continue java one shot series
@sanjitupadhyay3954
@sanjitupadhyay3954 Год назад
Maza aaya sir ❤
@newstart_to_newstar
@newstart_to_newstar 5 месяцев назад
i don't usually comment... but after seeing the explaination os spiral matrix, hats off to you sir.. for such efforts
@Ap-om5em
@Ap-om5em Год назад
😊 thanks
@dhanushkumar7462
@dhanushkumar7462 Год назад
Thanks so much
@simplyfactsandknowledge23
@simplyfactsandknowledge23 9 дней назад
Very good explain
@NAVEENKUMAR-28
@NAVEENKUMAR-28 3 месяца назад
Mazza aa gya Sir 🎉🎉
@punitkumar1456
@punitkumar1456 7 месяцев назад
Thank u sir ji maza aa gaya❤❤❤❤
@jayateerthag.h5372
@jayateerthag.h5372 11 месяцев назад
maha maja aaya sir thankyou very much sir
@avrpavankumar842
@avrpavankumar842 Год назад
Sir pls enable download option
@amanyt9470
@amanyt9470 11 месяцев назад
Thank you sir for this video But plz provide string lecture in different way
@trishikeshnimmagadda4235
@trishikeshnimmagadda4235 8 месяцев назад
sir,,a data structure playlist sir pls mostly awaited
@k.sarala1415
@k.sarala1415 9 месяцев назад
sir please make tutorial on dynamic memory,file handling
@user-hm8lu4yx2d
@user-hm8lu4yx2d 4 месяца назад
maja aa gya sir ❤❤
@comeletsstudy8222
@comeletsstudy8222 8 месяцев назад
Thank you Sir ❤
@yuvrajsaini8059
@yuvrajsaini8059 10 месяцев назад
Really amazing...
@gogetamui9900
@gogetamui9900 Год назад
Sir aap C me dsa bhi covet karoge kya???
@NeverGive-Up..26
@NeverGive-Up..26 7 месяцев назад
Maza aagaya🎉🥳
@dineshaher9634
@dineshaher9634 11 месяцев назад
maza aa gaya bhaiya
Далее
Strings in One Shot | Lecture 9 | C Programming Course
2:03:17
The moment we stopped understanding AI [AlexNet]
17:38
Просмотров 808 тыс.
Это конец... Ютуб закрывают?
01:09
Hackathons, explained for beginners
5:33
Просмотров 13 тыс.
Nikhil Kamath x Ranbir Kapoor | People by WTF Ep #2
1:50:31