C_57 Two Dimensional Array program 2 | Program to print Transpose of Matrix

  Рет қаралды 266,587

Jenny's Lectures CS IT

Jenny's Lectures CS IT

Күн бұрын

Пікірлер: 221
@tanishka4464
@tanishka4464 2 жыл бұрын
Ma'am 2 months back when I started coding, I could not understand anything. At that period thinking about coding gave me goosebumps. But 1 month back I discovered your channel and it was really kind of a blessing for me. You made my every doubt crystal clear. The way you explain each point makes the concept crystal clear. Really thank you, ma'am.❤x3000
@abhayshukla0449
@abhayshukla0449 Жыл бұрын
Toh phir channel monetize hone ke baad ma'am ko money de dena🙏🙏😁😁
@ahaskarsundriyal3922
@ahaskarsundriyal3922 10 ай бұрын
​@@abhayshukla0449 Tu dede phle
@hariharann9930
@hariharann9930 Ай бұрын
tf
@safalyakumbhare8756
@safalyakumbhare8756 2 жыл бұрын
I think I m wasting my money in college because youtube and google is best way to clear our doubt and way better explained than college . Thank You😊😊
@jitesh7110
@jitesh7110 2 жыл бұрын
True 🥲
@clashtm8210
@clashtm8210 2 жыл бұрын
lol welcome to engineering
@-CHE-BIDIPTA
@-CHE-BIDIPTA 2 жыл бұрын
Yes bro
@shiwangiyadav3131
@shiwangiyadav3131 2 жыл бұрын
🥲🥲right
@mukesh_arya_1010
@mukesh_arya_1010 2 жыл бұрын
And what about degree
@Deepika_319
@Deepika_319 Жыл бұрын
I started coding in this month (September 2023) and i checked a lot of lectures and channels... but this one is best....i understand evrythg clearly...i will complete all the languages from here...one of my senior told me about this channel amd now im addicted to jk❤️...thank you so much mam ❤
@anime.__.5501
@anime.__.5501 16 күн бұрын
Really the best tutor i found understood the whole array concept THANKS JENNY MAM
@muhammadzakariya9390
@muhammadzakariya9390 3 жыл бұрын
A.o.A Mam....today the day of Hajj day for the Muslim...being a humanity .next day will be a Eid day..with the heart touching.i wish you Eid-ul-Azha
@theromanianfox4071
@theromanianfox4071 2 жыл бұрын
I think for the homework you gave us,it's just a matter of transposing the initial matrix as you did,but using printf to state that "b" is the transposed matrix. Here is my code, Ma'am , and it worked : #include int main () { int a [2][3]; int i, j = 0; printf ("Please enter numbers for Matrix : "); for (i = 0; i < 2; i ++) { for (j = 0; j < 3; j ++) { scanf ("%d", &a [i][j]); } } printf ("The Matrix \"a\" is : "); for (i = 0; i < 2; i ++) { for (j = 0; j < 3; j ++) { printf ("%d\t", a [i][j]); } printf (" "); } printf ("The Transposed Matrix \"b\" is : "); for (i = 0; i < 3; i ++) { for (j = 0; j < 2; j ++) { printf ("%d\t", a [j][i]); } printf (" "); } return 0; }
@adarshrupeshjadhav8631
@adarshrupeshjadhav8631 Жыл бұрын
.
@-VINITSHEORAN
@-VINITSHEORAN Жыл бұрын
you did nothing diffrent #include #include int main() { int a[2][3],i,j,transpose[3][2]; printf("enter the matrix "); for(i=0;i
@theenglishspeaker827
@theenglishspeaker827 2 жыл бұрын
Mam I just don't know how much thanks I should say to you, these videos are very very helpful. Thanks a million!
@NikhilSarnaik-z5k
@NikhilSarnaik-z5k Жыл бұрын
int rw_size , cl_size; printf("Enter the Row size :"); scanf("%d",&rw_size); printf("Enter the Column size :"); scanf("%d",&cl_size); int arr[rw_size][cl_size]; printf("Enter the elements in an array :"); for(int i=0 ; i
@muhammedajmals7625
@muhammedajmals7625 Жыл бұрын
Po pi pi pk pm pi
@PrateekMishra.
@PrateekMishra. 3 жыл бұрын
Best Teacher forever ❤ Thanks Ma'am
@jeevaad6615
@jeevaad6615 3 жыл бұрын
video starts at 2:39
@knowledgeimprover6342
@knowledgeimprover6342 2 жыл бұрын
I am from iit but understand you better than my professor thanku you
@rajat-l1j
@rajat-l1j 9 ай бұрын
Mam you are far better than my university teachers ❤
@sasikalakarnatakam4354
@sasikalakarnatakam4354 20 күн бұрын
Ur the best teacher❤😊
@javierv.5242
@javierv.5242 Жыл бұрын
Ma'am, I had to sign into google to tell you that you are doing a good job. I have not watched many of your lectures recently because of the holidays and I was bored with the material after about 50 lectures, but I hope to continue going! Thanks from Los Angeles, CA! God bless you!
@sinusgp
@sinusgp Жыл бұрын
Mam ....hello...super way of explaining coding methods in c ...your way of teaching making us to understand complicated things in easiest way ..thanks for sharing
@SaniyaMomin-f5c
@SaniyaMomin-f5c Жыл бұрын
Jenny's lectures is the best.
@001pullayithrisha2
@001pullayithrisha2 2 жыл бұрын
we have to initialize b Then printf("b= ",b)
@RehanAnsari-eu7ru
@RehanAnsari-eu7ru 10 ай бұрын
Mam your lecture are more beautiful as beautiful as you are ❤❤
@JayasreeGhosh
@JayasreeGhosh 3 жыл бұрын
MA'AM.. PLEASE START MAKING VIDEOS ON FUNCTIONS IN C... REALLY FACING A LOT OF PROBLEMS WITH THIS... HOPE TO GET IT BEING CLEARED BY YOUR VIDEOS... PLZ UPLOAD FUCTIONS () VIDEOS!.....
@Dr.Cmbilal
@Dr.Cmbilal 3 жыл бұрын
kzbin.info/www/bejne/r3aqe2SBmraosKc
@sachin.rsachi1221
@sachin.rsachi1221 Ай бұрын
Mam while transposing will row becomes j and coloum becomes i..
@MdRubel-hr5ur
@MdRubel-hr5ur Жыл бұрын
Thanks ma'am for help us . Your teaching method is very easy and comfortable . I always understand your logic.
@nobra2146
@nobra2146 11 ай бұрын
Ma'am you are the best teacher of me.
@pratikdubey1171
@pratikdubey1171 3 жыл бұрын
Pls make a video on* inverse of a matrix*
@jayamishra9431
@jayamishra9431 Жыл бұрын
Thankyou ma'am really very easy explanation ever!!! One thing I want to told you our name is same I m really glad 🥰.
@anushkayadav8443
@anushkayadav8443 5 ай бұрын
Nice explanation ma'am
@stormbreaker2791
@stormbreaker2791 2 ай бұрын
why can't i find this channel before 2 years :)
@poojaraskar5037
@poojaraskar5037 3 жыл бұрын
Mam when are you going to teach Structure, union and Pointers
@741ibrahim2
@741ibrahim2 3 жыл бұрын
yes its an imp topic
@CodingSkillsOfficial
@CodingSkillsOfficial 2 жыл бұрын
Hello friends I created a video.. Transpose of matrix so you please watch this video kzbin.info/www/bejne/pXmxm5SQmLSjkNU
@ganeshdharavath1530
@ganeshdharavath1530 Жыл бұрын
Your teaching never before ever after..
@gramawardsachivalayaminfo4209
@gramawardsachivalayaminfo4209 2 жыл бұрын
Ma'am, I didn't got any idea how to store elements of one matrix into another matrix ( as you told in this video at 12:16), can you please give some hint on this
@handler12
@handler12 Жыл бұрын
its very easy like in for loop a[i][j]=b[j][i];
@handler12
@handler12 Жыл бұрын
at last print b[j][i]
@BECKARISHMAG
@BECKARISHMAG 3 жыл бұрын
It is easy to understand mam.Thank you.
@ChandraPrakash-gq1pj
@ChandraPrakash-gq1pj 2 жыл бұрын
Are you studying in Bangalore?
@chiradeepbhattacharya2122
@chiradeepbhattacharya2122 2 жыл бұрын
Ma'am please help us with Java programming series ASAp, because of you I started to love coding from a Non - CS Background.
@Sandy-me2sw
@Sandy-me2sw 2 жыл бұрын
U stole my heart 😍😍
@rifihari8705
@rifihari8705 3 жыл бұрын
Mam. Plse upload the series of oops concepts in java.
@srikarballeda2735
@srikarballeda2735 7 ай бұрын
Mam I have doubt In for loop we use semicolon
@58162O
@58162O 2 жыл бұрын
Thank u so much mam.... I need more videos
@sudeepkm1000
@sudeepkm1000 3 жыл бұрын
Ma'am can you plz make videos on matrix multiplication, addition, and to check whether matrix is upper triangular or lower triangular matrix
@gskerbecs9513
@gskerbecs9513 9 ай бұрын
Thanks alot mam
@Preetisharma-sh9dk
@Preetisharma-sh9dk 2 жыл бұрын
Thank you ma'am for your explanation 🙂
@CodingSkillsOfficial
@CodingSkillsOfficial 2 жыл бұрын
Hello friends I created a video.. Transpose of matrix so you please watch this video kzbin.info/www/bejne/pXmxm5SQmLSjkNU
@lovelyheartwaitingforyou2439
@lovelyheartwaitingforyou2439 3 жыл бұрын
Your class are clear tqq madam
@GooodGagets
@GooodGagets Жыл бұрын
It's transpose right , that means rows into columns and columns into rows We are write with 2 for loop , one for row and another for column just Swift them that's all Example , for(i=0; i
@saravanaselva6643
@saravanaselva6643 4 ай бұрын
In second for loop print f a[j][i] come na..or a[i][j]?
@palakrajak9145
@palakrajak9145 3 жыл бұрын
Mam Can Uh Make One Separate Vdo For Campus Placement Preparation
@mihirjoshi6798
@mihirjoshi6798 3 жыл бұрын
ma'am i got segmentation fault error while running the same code , which you explained!! . please help me
@satheeshsasidharan45
@satheeshsasidharan45 Жыл бұрын
Ma'am, I didn't get any idea how to store elements of one matrix into another matrix. can you please give some hint on this
@it033vineetkumar2
@it033vineetkumar2 3 жыл бұрын
this is what i coded for transpose. in this dimension of array can be variable(we can declare it at run time). #include int main() { int a[100][100],b,c,i,j; printf("\tTranspose of a Matrix! "); printf("Enter Dimension of Matrix : "); scanf("%d%d",&b,&c); printf("Enter elements of Matrix : "); for ( i = 0; i < b; i++) { for ( j = 0; j < c; j++) { scanf("%d",&a[i][j]); } } printf("Matrix formed by provided information is "); for ( i = 0; i < b; i++) { for ( j = 0; j < c; j++) { printf("%d\t", a[i][j]); } printf(" "); } printf(" Transpose of the provided matrix is : "); for ( i = 0; i < c; i++) { for ( j = 0; j < b; j++) { printf("%d\t",a[j][i]); } printf(" "); } return 0; }
@believer.1201
@believer.1201 2 жыл бұрын
But declaring an array size as hundred will waste memory na?? Btw thanks:D
@Disha_Jarad
@Disha_Jarad 2 жыл бұрын
Nice teaching👏👏👏
@bantikumar08
@bantikumar08 3 жыл бұрын
Mam please make a video on function
@741ibrahim2
@741ibrahim2 3 жыл бұрын
12:53 mam has gave us the hint
@Lokesh_yadav__
@Lokesh_yadav__ 2 жыл бұрын
Google bhaiya😁
@741ibrahim2
@741ibrahim2 2 жыл бұрын
@@Lokesh_yadav__ 😜😜
@thulasireddy1122
@thulasireddy1122 3 жыл бұрын
mam how to work with gcc in lunux machine in c language practice and dubug our cade could you please explain one detailed VEDIO on this mam.
@zimranmomin9556
@zimranmomin9556 2 ай бұрын
I love you ma'am ❤
@Deepika_319
@Deepika_319 Жыл бұрын
Thank you mam❤
@iasaspirant1441
@iasaspirant1441 2 жыл бұрын
superb explanation mam
@vipul1246
@vipul1246 2 жыл бұрын
I dont know M about matrix , but still liked this video
@sociopatchcoder5582
@sociopatchcoder5582 3 жыл бұрын
want operating systems lectures .. pleasse also teach that subject
@piyushkumawat528
@piyushkumawat528 Жыл бұрын
online compiler gives garbage value if i use sum inside for loop for reading array. but my system cmd does not why is that. the program is same
@shahjamalSK
@shahjamalSK 8 ай бұрын
Take love from ☺Dhaka
@Mohankumar-hy4og
@Mohankumar-hy4og 3 жыл бұрын
Mam you have 2 by 3 matrix is available then you solve it simple way. If i have a 3 by 3 matrix is available then how can solve it program..
@001pullayithrisha2
@001pullayithrisha2 2 жыл бұрын
We have to keep 3 in the place of 2
@dileryadav9983
@dileryadav9983 Жыл бұрын
kya gajab batate h mam.
@chandanmishra5274
@chandanmishra5274 Жыл бұрын
Ma'am lots of syntax error.
@ayushking1674
@ayushking1674 Жыл бұрын
Lecture start at 2:37
@nirmalaravind3812
@nirmalaravind3812 Жыл бұрын
start at 2:40
@sairampolisetty2059
@sairampolisetty2059 3 жыл бұрын
Mam now I am watching data structures in your plalist but you posted arrays video . 😂😂😂
@tnjmathi967
@tnjmathi967 3 жыл бұрын
mam this pgm getting, is not proper output
@blaze102
@blaze102 Жыл бұрын
Second Method to find the transpose #include int main() {int n,i,j,x=0; int arr[3][2]={1,2,4,5,6,7}; int b[2][3]; for(i=0;i
@CNILOYBARUA
@CNILOYBARUA 2 жыл бұрын
Excellent mam
@letlearnEnglish1356
@letlearnEnglish1356 3 жыл бұрын
Mam aap ka online course he kay
@praveencomputerandcoaching8242
@praveencomputerandcoaching8242 3 жыл бұрын
Every next looking more smart
@poojaraskar5037
@poojaraskar5037 3 жыл бұрын
Thanks for video
@AVANTHIKAR-qn1zu
@AVANTHIKAR-qn1zu Жыл бұрын
#include int main () { int a [2][3]; int i, j = 0; printf ("Please enter numbers for Matrix : "); for (i = 0; i < 2; i ++) { for (j = 0; j < 3; j ++) { scanf ("%d", &a [i][j]); } } printf ("The Matrix \"a\" is : "); for (i = 0; i < 2; i ++) { for (j = 0; j < 3; j ++) { printf ("%d\t", a [i][j]); } printf (" "); } printf ("The Transposed Matrix is : "); int b[3][2]; for (i = 0; i < 3; i ++) { for (j = 0; j < 2; j ++) { printf ("%d\t", a[j][i]); b[i][j] = a [j][i]; } printf (" "); } printf (" The Transposed Matrix using variable b is : "); for (i = 0; i < 3; i ++) { for (j = 0; j < 2; j ++) { printf ("%d\t", b[i][j]); } printf (" "); } return 0; } OUTPUT: Please enter numbers for Matrix : 1 2 3 4 5 6 The Matrix "a" is : 1 2 3 4 5 6 The Transposed Matrix is : 1 4 2 5 3 6 The Transposed Matrix using variable b is : 1 4 2 5 3 6
@Hrushikeshjaladani
@Hrushikeshjaladani Жыл бұрын
Wow....
@jaruratwaitki9064
@jaruratwaitki9064 2 жыл бұрын
thanks maam for very nice teach us mossst thanks maam
@emanisuresh8219
@emanisuresh8219 3 жыл бұрын
Mam,, i cant find C_46 video in this play list.. please some one let me know if found..
@YuvrajSingh-th7vw
@YuvrajSingh-th7vw 3 жыл бұрын
kzbin.info/www/bejne/ZmmviKyqpZuDhKs
@emanisuresh8219
@emanisuresh8219 3 жыл бұрын
@@YuvrajSingh-th7vw thank you bro..
@HuzaifaShah
@HuzaifaShah 3 жыл бұрын
Multiplication of matrix is difficult
@RTBOSS
@RTBOSS 3 жыл бұрын
But 2,3 array it's just for look, what if robot take any random size metric as like 1x5, 6x2, 8x4, 3x10... What ever
@saravanaselva6643
@saravanaselva6643 4 ай бұрын
Just change the input..as u mentioned..
@Beginnercodingworld
@Beginnercodingworld Жыл бұрын
Mam u are the best 👌
@ajayvarma-bg7uu
@ajayvarma-bg7uu 3 жыл бұрын
Please start c++ course I can't found any proper content in KZbin please
@fellthebeats2741
@fellthebeats2741 2 жыл бұрын
Mam aap bohot achhe lag rahe ho ❤️
@kumudranjan1467
@kumudranjan1467 3 жыл бұрын
"KUMNAV GATE CSE" KZbin channel for CSE/IT subjects
@Abdirizakmrashid
@Abdirizakmrashid 2 жыл бұрын
Thanks teacher
@rossishibis4521
@rossishibis4521 2 жыл бұрын
I need assignment answer mam ..😥
@gopaljangid5762
@gopaljangid5762 3 жыл бұрын
Hum first,hum first..
@rajeevkumarsingh8290
@rajeevkumarsingh8290 3 жыл бұрын
Mam interchange mattrix me a(j)(i)
@ajju3236
@ajju3236 3 жыл бұрын
Love you and thank you ma'am
@gsatishmkumar3526
@gsatishmkumar3526 2 жыл бұрын
C program to calculate multiplication and transpose of matrix . Please 🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺 Give this code
@atulkumarsoni6568
@atulkumarsoni6568 2 жыл бұрын
Maam vc coder may c ka debug kaise set kare
@theconfidential6278
@theconfidential6278 Жыл бұрын
Mam you can start coding courses
@shashank_kishore_
@shashank_kishore_ Ай бұрын
❤❤❤❤❤❤❤❤❤❤❤❤❤❤
@ParamitaDey-bi1mg
@ParamitaDey-bi1mg 3 жыл бұрын
I cannot understand why during taking the array inputs we use address of sign (&) but while printing array we are not using address of sign (&) why ?? If anyone know pls tell me
@theshahzorahmed6967
@theshahzorahmed6967 3 жыл бұрын
Let me take an ex for better understanding if you entered a value of 7 it will go and save in any xyz address memory , to display the value you have entered you will use printf so if you use & it will show you address of the entered number not the number you have entered (7) so to display the number you have entered we use & in scanf to get the entered number not the address of the entered number. Hope I have cleared your doubt 🙂.
@ParamitaDey-bi1mg
@ParamitaDey-bi1mg 3 жыл бұрын
@@theshahzorahmed6967 😭😭 I can not understand why to write address of (&) in scanf.... 😣😣😞😞 .. I understood that in prinf we do not use address of because if we use it then it will print the address not the number
@bijoyetribhowmik9905
@bijoyetribhowmik9905 2 жыл бұрын
@@ParamitaDey-bi1mg in scanf you take the input from user & store it in the address.. that's why we use address of(&)
@kabilankabilan2128
@kabilankabilan2128 Жыл бұрын
nice da.😊😊👍👍
@sachinmondal571
@sachinmondal571 2 жыл бұрын
Following will be the answer of the assignment mam has given #include int main() { int a[3][4]={1,2,3,4,5,6,7,8,9,10,11,12}; int b[4][3]; int i,j,m, k,l=0; printf("The transpose of the matrix is "); for(i=0;i
@muhsinali5182
@muhsinali5182 3 жыл бұрын
Mam please so remobing dublicate and print unique numbers in array
@ELBAbujarAnsari
@ELBAbujarAnsari 2 жыл бұрын
U r best mam.
@anuragmalviya2397
@anuragmalviya2397 3 жыл бұрын
Could someone tell me that whenever I write a program like printing stars pattern and some other programs like that ,they should work without any error from void main() but when I compile it says "main must return int"?!!
@shailendrapawar7923
@shailendrapawar7923 3 жыл бұрын
U might have declare I and j in int variable🙄..
@shailendrapawar7923
@shailendrapawar7923 3 жыл бұрын
And at last try by adding return 0; when u use int values..
@anuragmalviya2397
@anuragmalviya2397 3 жыл бұрын
@@shailendrapawar7923 but when Jenny ma'am did it it ran well!! How so?
@anuragmalviya2397
@anuragmalviya2397 3 жыл бұрын
@@shailendrapawar7923 in pattern printing videos!
@shailendrapawar7923
@shailendrapawar7923 3 жыл бұрын
Yes ,,isaw that 😳,,but I tried that program in my own way🙄,,,,did u exactly copied?? The whole stuff.??
@letlearnEnglish1356
@letlearnEnglish1356 3 жыл бұрын
When are you going to teach pointer
@RTBOSS
@RTBOSS 3 жыл бұрын
Itana program likhe Isase jaldi to me book me solve kardu😂😂😂 But ye bhi jaruri he ╭∩╮︶︿︶
@sumanthcr8148
@sumanthcr8148 2 жыл бұрын
Directagi matrig barammo
@jontykaul2168
@jontykaul2168 3 жыл бұрын
Thank you didi❤️💕
@rajavikrampullem7583
@rajavikrampullem7583 3 жыл бұрын
Awesome...
@charangaming9423
@charangaming9423 Жыл бұрын
Thank you
@zigzagfilmlatest7646
@zigzagfilmlatest7646 3 жыл бұрын
mam ap mera commnt nahi dekhti hi u r great
@AmitDas-nw6ux
@AmitDas-nw6ux Жыл бұрын
I love you mam
@rekhanandgorripotu628
@rekhanandgorripotu628 3 жыл бұрын
sry here no need write int n,sum=0
C_58 Program to print Sum of individual Rows and Columns of a Matrix | C Programming
16:40
C_56 2D Arrays Program 1| Program to print Matrix and calculate Sum | C Programming
17:33
CAN YOU DO THIS ?
00:23
STORROR
Рет қаралды 47 МЛН
Trick-or-Treating in a Rush. Part 2
00:37
Daniel LaBelle
Рет қаралды 15 МЛН
ROSÉ & Bruno Mars - APT. (Official Music Video)
02:54
ROSÉ
Рет қаралды 261 МЛН
C_43 Need of Nested Loops in C | Nested For loop in C
18:31
Jenny's Lectures CS IT
Рет қаралды 645 М.
C++ multidimensional arrays explained ⬜
7:41
Bro Code
Рет қаралды 10 М.
Introduction to Two-Dimensional (2D) Arrays
10:20
Neso Academy
Рет қаралды 704 М.
Fastest Way to Learn ANY Programming Language: 80-20 rule
8:24
Sahil & Sarra
Рет қаралды 903 М.
C_59 Program to add Two Matrix in C | C language tutorials
17:26
Jenny's Lectures CS IT
Рет қаралды 310 М.
Call By Value & Call By Reference in C
8:34
Neso Academy
Рет қаралды 1,3 МЛН
C_71 Pointers in C - part 1| Introduction to pointers in C | C Programming Tutorials
17:02
C_54 Two Dimensional(2D) Arrays in C | Initialization of 2D Arrays
15:59
Jenny's Lectures CS IT
Рет қаралды 239 М.
Good Book about Low-Level C++ [from a quant dev]
7:04
The Quantitative Developer
Рет қаралды 10 М.