Тёмный

C_54 Two Dimensional(2D) Arrays in C | Initialization of 2D Arrays 

Jenny's Lectures CS IT
Подписаться 1,7 млн
Просмотров 230 тыс.
50% 1

In this lecture we will learn:
- How to initialize 2D Arrays in C
C Programming Tutorials playlist: • Programming in C
*********************************************
Connect & Contact Me:
Jenny's Lecture Hindi: / @jennyslectureshindi
Facebook: / jennys-lectures-csit-n...
Quora: www.quora.com/...
Instagram: / jayantikhatrilamba
Twitter: / khatrijenny
*******************************************
More Playlists:
Programming in C Tutorials: • Programming in C
C++ Tutorials for beginners: • Lec 1: How to Install ...
Printing Pattern in C: • Printing Pattern Progr...
Best Python Tutorials for Beginners: • Python - Basic to Advance
Placement Series: • Placements Series
Data Structures and Algorithms: https: • Data Structures and Al...
Design and Analysis of Algorithms(DAA): • Design and Analysis of...
Dynamic Programming: • Dynamic Programming
Operating Systems tutorials: // • Operating Systems
DBMS Tutorials: • DBMS (Database Managem...
#cprogramming #coding #codingexercises #program #clanguage #jennyslectures #arraysinc

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

 

20 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 167   
@amargautam909
@amargautam909 3 года назад
Unlucky that I found this channel after my graduation but luckily I found it. You truly care about your students. You’re making a huge impact. Thanks JK 👨🏻‍💻
@tulas11
@tulas11 Год назад
US moment 😪
@aparnamane4899
@aparnamane4899 2 года назад
1st array 1D: 1 1 1 2nd array 2D : 1 1 1 2 0 0
@harshavardhan891
@harshavardhan891 10 месяцев назад
But ig 2nd array would give error , won't it ??
@ft.nahiyan
@ft.nahiyan 9 месяцев назад
@@harshavardhan891 i think so
@varadharlikar
@varadharlikar 5 месяцев назад
1st array ka 111 000 ayega na?
@PolygonS-ro9db
@PolygonS-ro9db 3 месяца назад
@@harshavardhan891 how so?
@Purvesxh
@Purvesxh 9 дней назад
​@@varadharlikar nhi kyuki 2nd row to initialize hi nahi he
@mahisinghvi2637
@mahisinghvi2637 2 года назад
You're best teacher! I understand C programming only when YOU teach..thank you so very much for this🙏❤
@rakeshr2678
@rakeshr2678 2 года назад
absolutly
@Jayaguru-lr8pr
@Jayaguru-lr8pr 10 месяцев назад
00:01 Initialization of 2D array in C 02:03 Initialization of 2D arrays in C 04:19 Two methods for initializing 2D arrays in C: using braces or matrix form. 06:35 2D arrays in C can be initialized row by row 08:55 Initialization of 2D Arrays in C 11:14 Initialization of 2D Arrays in C 13:28 Nested loops are used to initialize 2D arrays. 15:40 Initializing a 2D array at runtime using nested loops Crafted by Merlin AI.
@nasscim
@nasscim Год назад
int a[ ][3] = {1,1,1}; that is a 1 dimensional array row 0 : 1,1,1 ------------------------------------------------ int a[ ][3] = {1,1,1,2}; that is a 2 dimentional array row 0 : 1 1 1 row 1 : 2 0 0
@herohera3497
@herohera3497 Год назад
in fist program i am getting 1,garbage,garbage as output in 2nd row ..why??
@pritpatel5953
@pritpatel5953 Год назад
False
@Random-qg5ty
@Random-qg5ty Год назад
@@herohera3497 becaz if u can't assign the values to row 2 it will give garbage value.
@manshishukla6428
@manshishukla6428 Год назад
Beauty with brain. . 😍😊😊😊 i am enjoying and understanding very clearly ....😍😍😍
@vivekgajara8418
@vivekgajara8418 3 года назад
Thank you mam aapki vaja se hi muje 2-D array declaration vagere kaa explanation Dena tha Meri mam ke saamne aur Mai aapki ki video dekhke Gaya tha aur mast pura present Kiya. Thanks mam
@pikacoder5782
@pikacoder5782 3 года назад
Do you need handwritten notes of mam every lecture?
@mdshaghillamaan6837
@mdshaghillamaan6837 3 года назад
Yes for sure
@anshraj2196
@anshraj2196 3 года назад
Yup
@hiteshsharma9495
@hiteshsharma9495 2 года назад
yessss
@chandu2783
@chandu2783 2 года назад
yes
@HammadAli-js9oc
@HammadAli-js9oc Год назад
Yess
@pritamkumarpattanayak1497
@pritamkumarpattanayak1497 Год назад
how to find the gratest number in array (1d) and 2(d)
@thrillswithabhi
@thrillswithabhi 3 года назад
Mam Me and my all colleague are following ur videos series since starting and our placement is very near so pls complete the DBMS course for we all....this will definitely help us a lots
@RAHULKUMAR-cw3gq
@RAHULKUMAR-cw3gq 3 года назад
Yes mam please😭
@RAHULKUMAR-cw3gq
@RAHULKUMAR-cw3gq 3 года назад
Yes mam please😭
@akashkumaryadav1827
@akashkumaryadav1827 3 года назад
Yes mam please 🙏🙏🙏🙏🙏
@priyeshpandey7128
@priyeshpandey7128 2 года назад
Are you placed now ?
@mdshaghillamaan6837
@mdshaghillamaan6837 3 года назад
In case 1 it's 1d array And in second case it's 2d array 2 d array values are R1. 111 R2. 200
@Constantine808
@Constantine808 3 года назад
Yes second row will automatically form. R2
@Pradeep-ko3jy
@Pradeep-ko3jy 2 года назад
Answer is true but it is not 1d array it is 2d array with no 2nd row
@sumedhaasetlur742
@sumedhaasetlur742 2 года назад
@@Pradeep-ko3jy IT IS 1D ARRAY ONLY. IF THERE'S ONLY ONE ROW WITH MULTIPLE COLUMNS IT IS CALLED 1D ARRAY.
@ritikpatil7946
@ritikpatil7946 2 года назад
Mam, I really addicted to your channel. ❤️❤️❤️ Keep make such videos to inspire us .
@FIFAmobile71845
@FIFAmobile71845 3 года назад
Mam tum hi to c language k top ho aurhamare hope ho Iam a bsc student thank for your lectures mam❤️
@bhuvanayerigeri1774
@bhuvanayerigeri1774 2 года назад
in both cases 1D array 1 1 1,becz row size is not initialized, so in both cases row size is taken as 1 by default
@vyshnaviyeleswarapu
@vyshnaviyeleswarapu Год назад
Can you please give code for this?
@vishalG777
@vishalG777 Год назад
10:12 if you will not initialise size it doesn't gives error, but how will you print the values of complete array using for loop.
@jeevaad6615
@jeevaad6615 3 года назад
lecture starts at 1:47
@johnsumith2107
@johnsumith2107 2 года назад
Thanku
@barood3253
@barood3253 2 года назад
Pahle kyu nhi btaya maine Puri dekh li shit yaar,😅😅
@tahasiddiq8823
@tahasiddiq8823 Год назад
Best Teacher Ever.God Bless you Mam
@OnlyOne1Dee
@OnlyOne1Dee 11 месяцев назад
I love this lady, she's really the Best. Thank you Ma'am
@muhsinali5182
@muhsinali5182 3 года назад
Mam please do remove dublicate elements and print unique elements in array..
@Mr.lucky_97_
@Mr.lucky_97_ 7 месяцев назад
I love you mam ❤❤❤❤❤ You explained it amazing I clearly understand this concept.
@raghavaggarwal6248
@raghavaggarwal6248 3 года назад
Mam is there any difference between structured programming and procedural programming or both are alternate names of each other? And please make a video lecture on programming paradigms please.
@saineeraj1326
@saineeraj1326 3 года назад
11:56 it will be initialization like 1,1,1 It will give an error because,u didn't mension row size,by default it take row size as 1 U are given 3 coloumn's ..it means it can store only 1,1,1
@jitendrapratapsingh9189
@jitendrapratapsingh9189 2 года назад
1st case = 1d arrays ; 2nd case = 2d arrays
@mdshaghillamaan6837
@mdshaghillamaan6837 3 года назад
Mam plz try to provide 2 classes daily
@vakhariyajay2224
@vakhariyajay2224 2 года назад
Thank you very much. You are a genius.
@abdulrahimjalloh363
@abdulrahimjalloh363 Год назад
Hi mam, I tried all the ways of compile time initialization, it works. thanks mam
@b.warron4631
@b.warron4631 11 месяцев назад
Your eyes make me understand easily..
@sairampolisetty2059
@sairampolisetty2059 3 года назад
Mam please complete full c language within 1 month by doing videos daily.. Please mam. You are the best teacher in the world . 😁🙏🏻😂😁😭
@mohiturkude623
@mohiturkude623 3 года назад
Mam you haven't discussed functions in C yet...
@manavsingh373
@manavsingh373 2 года назад
can we use ++i and ++j instead of using i++ and j++ for the loop variable update expression?
@ashishsingh6607
@ashishsingh6607 2 года назад
Yes of course
@LearnerAbhi21
@LearnerAbhi21 2 года назад
yes ...you can
@pramodsrivastava8544
@pramodsrivastava8544 2 года назад
Thank you mam for explaining it simply and in detail.
@satyamtiwari5033
@satyamtiwari5033 Год назад
Beautifully explained 🥰
@VishalKumar-yx5fk
@VishalKumar-yx5fk 2 года назад
mam u are a great teacher.🤩🤩🤩🤩
@mohanapriya7096
@mohanapriya7096 2 года назад
fall in love with your learning mam.really amazing section
@anuskakuila4177
@anuskakuila4177 2 года назад
App konsa year me ho abhi
@AbhijeetbhatYT
@AbhijeetbhatYT 7 месяцев назад
jenny mam literally deserve lots of likes ❤
@vishalG777
@vishalG777 Год назад
If we take an array and intialise it and give it some elements, it should take rest as 0 according to you but in VSC it's assigning an random garbage value.
@ashishtayade047
@ashishtayade047 10 месяцев назад
Thank you mam very nice gide & very nice best initialization two dimensional arrays teaching information video.👍
@EUU100
@EUU100 2 года назад
1D array: 111 2D array: 111 200 aka, {1,1,1},{2,0,0}
@anujeetkunturkar780
@anujeetkunturkar780 3 года назад
1:47 Lecture Started
@RAHULKUMAR-cw3gq
@RAHULKUMAR-cw3gq 3 года назад
Complete DBMS series placements are coming😭
@saineeraj1326
@saineeraj1326 3 года назад
Yeah,in you tube their so many c playlist,but dbms video's are not their properly in you tube,in this tuff time,we need a great professor like u,ma'am please make it consist Love from India
@hariomt159
@hariomt159 3 года назад
Bhai apni insta id dedo
@alostsoul9594
@alostsoul9594 2 года назад
Mam pls pls complete DBMS playlist mam and OS too mam pls mam
@sweetyswathi435
@sweetyswathi435 3 месяца назад
@@alostsoul9594 I would suggest you to watch gate cse amit khurana lectures, he didnt digitalize his lectures but he teaches so deeply, after watching many RU-vid channels finally , I found him teaching so good so go through once if possible
@Failure17160
@Failure17160 Месяц назад
Dbms mtlb kya hota h bhaiya ?? Abhi mene start hi kru h coding sikhana
@rashmimishra1961
@rashmimishra1961 3 года назад
Mam your lecture is too good♥️♥️
@user-mv9vu9bq2k
@user-mv9vu9bq2k 8 месяцев назад
thank you for this amazing lecture mam
@Busy_girl-mq2cf
@Busy_girl-mq2cf 7 месяцев назад
10:24 mins the first assignment one dimensioanal array the second assignment two dimensional array
@iasaspirant1441
@iasaspirant1441 3 года назад
Good explanation mam🙏🙏
@Decent138
@Decent138 Год назад
mam u have said 1112 in that case the answer is like this {111}, {200};
@Divakar9627
@Divakar9627 Год назад
13:40 why you are i
@Divakar9627
@Divakar9627 Год назад
😑mujhe mera answer mil gya so sorry
@College72420
@College72420 Год назад
love u mam😘😘😘😘
@bhushangunjal5545
@bhushangunjal5545 2 года назад
Output nahi print kiya mam.half portion hi understand huva please printf output also.
@HassainSaleem-vk7jn
@HassainSaleem-vk7jn 5 месяцев назад
Hi mam you are so beautiful ♥️♥️ and gorgeous your voice is very good and you teaching the chapters is excellent and thank you for teaching
@swamulugaday4839
@swamulugaday4839 3 года назад
I have sought for data structures and algorithms course I saw your video lecture in the playlist . is your lectures are sufficient for GATE exam aur not please reply ma'am 😐😕😑😢😒
@i.a.slearningandmotivation5324
@i.a.slearningandmotivation5324 11 месяцев назад
Mam pahali salary ap ko de de to bhi kam hoga . Sb samajh aa jata hai .❤. Me Aryan pandey 😊
@VENOM-zt2ql
@VENOM-zt2ql 9 месяцев назад
Your eyes got my heart❤
@rakeshraj1866
@rakeshraj1866 Год назад
Next level teaching mam❤
@amitamishra231
@amitamishra231 2 года назад
can we do this with the help of macros??
@anuskakuila4177
@anuskakuila4177 2 года назад
App kitna year ka ho
@avengersgaming9997
@avengersgaming9997 2 года назад
good mam why you not in our college for c language I am from Andhra pradesh
@shawez1444
@shawez1444 Год назад
data will be initialised 111 in row 0 and 200 in row 1
@kshitijkumar319
@kshitijkumar319 Год назад
thankyou maam
@thinkverse_of_sweety
@thinkverse_of_sweety Год назад
int a[ ][3]={1,1,1,2}; Then it will initialize as C1 C2 C3 R1 1 1 1 R2. 2 0 0
@rajaswadoijad243
@rajaswadoijad243 9 месяцев назад
but here how would u know that rows are 2 only
@thinkverse_of_sweety
@thinkverse_of_sweety 9 месяцев назад
@@rajaswadoijad243 Here though I have given column value 3. But I have initialized 4 values.. 3 values ​​out of 4 will go to 1st row..remaining 1 value will go directly to 2nd row..now 1 value in 2nd row is filled..but 2 values ​​are to be filled right, there will be 0 directly filled..After that there is no need to proceed because it has already filled in the initialized values
@izel_5
@izel_5 Год назад
Thank you mam ❤
@nandankumarkamti2450
@nandankumarkamti2450 3 года назад
Mam. C language class continue rakheiye..
@nandhucharan5858
@nandhucharan5858 3 года назад
Madam please upload bitmasking in c
@priyakeerthikanna6010
@priyakeerthikanna6010 Год назад
int size only 2 right but u told 4
@akhilkhureshi3501
@akhilkhureshi3501 Год назад
Superb ✨verry helpful ✨
@rashmimishra1961
@rashmimishra1961 3 года назад
Mam could you also teach us DSA using java, it will be very helpful
@nobitagaming1519
@nobitagaming1519 2 года назад
Can any one tell me that why we need two loop on 14:00 ?
@dkheart3474
@dkheart3474 Год назад
Bcoz one loop for rows and another loop for columns...
@monishj101
@monishj101 Год назад
11:33 row 1
@akashprasad1911
@akashprasad1911 2 года назад
Thanks .
@devyanipawar7713
@devyanipawar7713 Год назад
Thank you mam
@saisanthosh841
@saisanthosh841 3 года назад
Please give notes madam.we can't write notes speedily
@sudha7524
@sudha7524 3 года назад
You can pause the Vedio and you can write the notes🙂
@anshraj2196
@anshraj2196 3 года назад
@@sudha7524 r u making notes like this as u said ??
@sudha7524
@sudha7524 3 года назад
@Ansh Raj yes i making notes like as I said 😌
@santoshibora1892
@santoshibora1892 2 года назад
At 5:59 *scary hands*🙄 😂
@samratsingh07
@samratsingh07 3 года назад
mam but link for carnival festival is closed how we will join it
@ramjimishra5511
@ramjimishra5511 Год назад
Mam you are great👍👏👍👍👍👍
@srideepthikovuru
@srideepthikovuru Месяц назад
Mam for a[ ] [3]={1,1,1}; 111 for a[ ][3]={1,1,1,2} 111 200
@likhithdslikhithds
@likhithdslikhithds 8 месяцев назад
i am dull in c program can u give imp question for 1 st 5 unit
@letlearnEnglish1356
@letlearnEnglish1356 3 года назад
aap ke pass c ka paid courses he ???
@shorttechnicsaty2984
@shorttechnicsaty2984 3 года назад
I don't know ma'am
@rapakalokesh8449
@rapakalokesh8449 Год назад
take care maam have a great day
@akhilmittal3283
@akhilmittal3283 2 года назад
you are so good mam
@PAPPUPRANATHI
@PAPPUPRANATHI 2 месяца назад
Mam I want output as : 1 2 3 4 5 10 9 8 7 6 11 12 13 14 15 20 19 18 17 16 21 22 23 24 25 [5][5] matrix mam
@upkaldka621
@upkaldka621 Год назад
Answer is assignment is 111 200
@umeshjoshi1226
@umeshjoshi1226 3 года назад
Mam ur lectures awesome 👏❤️
@gameboy951
@gameboy951 2 года назад
Tanxx mam
@Bangtan00748
@Bangtan00748 7 месяцев назад
10:34 doubt
@vishalchaturvedi5280
@vishalchaturvedi5280 3 года назад
Nice mam👍👍
@Trips_vlogs
@Trips_vlogs 2 года назад
Mam you are so beautiful
@shorttechnicsaty2984
@shorttechnicsaty2984 3 года назад
Ma'am I focus on video not comment
@atchayau3490
@atchayau3490 3 года назад
a[][3]={1, 1,1 } for this ans is 1 1 1 and a[][3]={1, 1,1,2} for this ans is 1st row is 1 1 1 . 2nd row is 2,0,0 . Mam plz tell the ans is correct Or not.!
@digcreators
@digcreators 3 года назад
U looking beautiful ❤️❤️❤️
@shashank_kishore_
@shashank_kishore_ 3 дня назад
❤❤❤❤❤❤❤❤❤❤❤❤❤❤
@treader3
@treader3 2 года назад
Akka problem su madi
@OmkarChinna-zz7sv
@OmkarChinna-zz7sv 7 месяцев назад
Madam.. Tell Me loops Madam
@sanjanapanwar3844
@sanjanapanwar3844 3 года назад
First comment ❤❤
@subhashrowtu592
@subhashrowtu592 3 года назад
After long 😘🥰
@ragnar357
@ragnar357 3 года назад
❤🙏
@cosmasbore6454
@cosmasbore6454 2 года назад
Married?
@naveenganta4595
@naveenganta4595 3 года назад
I love u mama
@RohitKumar-zt8lw
@RohitKumar-zt8lw 3 года назад
👍🏼🙏
@samarsarkar9287
@samarsarkar9287 2 года назад
R1 111 R2 200
@ChandraKanta80932
@ChandraKanta80932 Месяц назад
You are so beautiful ❤️
@treader3
@treader3 2 года назад
Please🙏🙏🙏
Далее
C_53 Introduction to Two Dimensional (2D) Arrays in C
13:04
How To Think Like A Programmer
1:00:07
Просмотров 2 млн
Pixtral is REALLY Good - Open-Source Vision Model
11:15
C_43 Need of Nested Loops in C | Nested For loop in C
18:31