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
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 ❤
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
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; }
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
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
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!
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++) {
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!.....
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
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
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 🙂.
@@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
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"?!!
#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
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
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
Toh phir channel monetize hone ke baad ma'am ko money de dena🙏🙏😁😁
@@abhayshukla0449 Tu dede phle
tf
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😊😊
True 🥲
lol welcome to engineering
Yes bro
🥲🥲right
And what about degree
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 ❤
Really the best tutor i found understood the whole array concept THANKS JENNY MAM
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
Mam I just don't know how much thanks I should say to you, these videos are very very helpful. Thanks a million!
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
Po pi pi pk pm pi
Best Teacher forever ❤
Thanks Ma'am
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;
}
.
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
I am from iit but understand you better than my professor thanku you
video starts at 2:39
Best explanation i had ever gone through
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
its very easy like in for loop a[i][j]=b[j][i];
at last print b[j][i]
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
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!
Ur the best teacher❤😊
Mam you are far better than my university teachers ❤
we have to initialize b
Then printf("b=
",b)
Jenny's lectures is the best.
Thanks ma'am for help us . Your teaching method is very easy and comfortable . I always understand your logic.
Pls make a video on* inverse of a matrix*
U stole my heart 😍😍
Mam your teaching inis very good
Thankyou ma'am really very easy explanation ever!!!
One thing I want to told you our name is same I m really glad 🥰.
Mam while transposing will row becomes j and coloum becomes i..
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;
}
But declaring an array size as hundred will waste memory na??
Btw thanks:D
Ma'am you are the best teacher of me.
Your teaching never before ever after..
Mam when are you going to teach Structure, union and Pointers
yes its an imp topic
Hello friends I created a video..
Transpose of matrix so you please watch this video
ua-cam.com/video/oHNjaZcOpZs/v-deo.html
Mam your lecture are more beautiful as beautiful as you are ❤❤
Mam I have doubt
In for loop we use semicolon
12:53 mam has gave us the hint
Google bhaiya😁
@@Lokesh_yadav__ 😜😜
It is easy to understand mam.Thank you.
Are you studying in Bangalore?
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.
ma'am i got segmentation fault error while running the same code , which you explained!! . please help me
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
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!.....
ua-cam.com/video/yEGJ1KeQuzE/v-deo.html
Mam Can Uh Make One Separate Vdo For Campus Placement Preparation
Lecture start at 2:37
Nice explanation ma'am
Nice teaching👏👏👏
Your class are clear tqq madam
Thank you ma'am for your explanation 🙂
Hello friends I created a video..
Transpose of matrix so you please watch this video
ua-cam.com/video/oHNjaZcOpZs/v-deo.html
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
Mam. Plse upload the series of oops concepts in java.
I love you ma'am ❤
Ma'am please help us with Java programming series ASAp, because of you I started to love coding from a Non - CS Background.
Mam please make a video on function
mam this pgm getting, is not proper output
start at 2:40
Ma'am can you plz make videos on matrix multiplication, addition, and to check whether matrix is upper triangular or lower triangular matrix
Thank u so much mam....
I need more videos
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..
We have to keep 3 in the place of 2
Mam aap ka online course he kay
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
In second for loop print f a[j][i] come na..or a[i][j]?
a[j ][ i]
🎉🎉🎉🎉🎉🎉🎉🎉🎉
superb explanation mam
Thanks alot mam
Mam,, i cant find C_46 video in this play list.. please some one let me know if found..
ua-cam.com/video/08LWytp6PNI/v-deo.html
@@YuvrajSingh-th7vw thank you bro..
Maam vc coder may c ka debug kaise set kare
why can't i find this channel before 2 years :)
Take love from ☺Dhaka
Excellent mam
kya gajab batate h mam.
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
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 🙂.
@@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
@@ParamitaDey-bi1mg in scanf you take the input from user & store it in the address.. that's why we use address of(&)
nice da.😊😊👍👍
want operating systems lectures .. pleasse also teach that subject
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"?!!
U might have declare I and j in int variable🙄..
And at last try by adding return 0; when u use int values..
@@shailendrapawar7923 but when Jenny ma'am did it it ran well!! How so?
@@shailendrapawar7923 in pattern printing videos!
Yes ,,isaw that 😳,,but I tried that program in my own way🙄,,,,did u exactly copied?? The whole stuff.??
I dont know M about matrix , but still liked this video
Mam u are the best 👌
Mam aap bohot achhe lag rahe ho ❤️
I need assignment answer mam ..😥
Thank u mam ❤️
Mam please so remobing dublicate and print unique numbers in array
❤❤❤❤❤❤❤❤❤❤❤❤❤❤
Mam interchange mattrix me a(j)(i)
Mam now I am watching data structures in your plalist but you posted arrays video .
😂😂😂
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
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
Just change the input..as u mentioned..
Thanks for video
U r best mam.
Love you and thank you ma'am
thanks maam for very nice teach us
mossst thanks maam
Thank you didi❤️💕
2:40
what
#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
Wow....
Every next looking more smart
Ma'am lots of syntax error.
Hum first,hum first..
Thanks teacher
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
Mam you can start coding courses
"KUMNAV GATE CSE" UA-cam channel for CSE/IT subjects
When are you going to teach pointer
Itana program likhe Isase jaldi to me book me solve kardu😂😂😂
But ye bhi jaruri he ╭∩╮︶︿︶
Thank you
7:23 ---> \t
Directagi matrig barammo
C program to calculate multiplication and transpose of matrix .
Please 🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺
Give this code
Please start c++ course I can't found any proper content in UA-cam please