#include int main() { //getting m and n from scanf int m = 3; int n = 4; int a[m][n]; a[0][0] = 99; printf("%d ",a[0][0]); return 0; } Hii indha maari neenga pananum...first n and n (array size) vaanganum then only neenga array vayae declare pananum..Thank You.
🍒anna one program doubt 🍒how to find sum of the matrix and their transpose 🍒i know the sum and transpose matrix logic but i cant know how to merge this program reply
Just change i and j Values pa. you should interchange rows and columns... I'll send the full code once I work out in compiler. you can also refer in google
Excellent explanation.. Keep doing and help students for clear cut understanding
Vera level na nee🔥🔥🔥
Thanks bro
Super ma karthik and Balaji
Super anna well understood 👌🙏
Thank U so much 😊
Vera level
Thank you nanba😇
Thanks
bro for matrix multiplication..... verum c[i][j]=a[i][j] *b[i][j] mathuna poduma bro .... and output
anna starting la nanga int a[3][3] ,b[3][3] endu podatheva illathane nanga userda irunthu thane input vanguram so nanga inta[][],b[][] ippadi blank ah podalama
#include
int main()
{
//getting m and n from scanf
int m = 3;
int n = 4;
int a[m][n];
a[0][0] = 99;
printf("%d ",a[0][0]);
return 0;
}
Hii indha maari neenga pananum...first n and n (array size) vaanganum then only neenga array vayae declare pananum..Thank You.
@@CONQUERVICTORY yeah yeah thank you anna now its clear❤️🇱🇰
😊❣️
anna nan btech it padikuran
ennaku enna jobs ellam panna vaipu irruku
🍒 government jobs
🍒 private jobs
solluga
Anna
Oru doubt
Namma elements enter panni add panrom la
Appo epdi correct matrix format la output varudhu...?
Please sollunga anna
use panna 3 3
3 3 nu varum bro
🙏💕💕💕💕💕💕
Welcome ❤
🍒anna one program doubt
🍒how to find sum of the matrix and their transpose
🍒i know the sum and transpose matrix logic but i cant know how to merge this program
reply
Just change i and j Values pa. you should interchange rows and columns... I'll send the full code once I work out in compiler. you can also refer in google
ok
thankyou