42 - SUM OF DIAGONAL ELEMENTS OF MATRIX - C PROGRAMMING

  Рет қаралды 84,357

Sundeep Saradhi Kanthety

Sundeep Saradhi Kanthety

Күн бұрын

Пікірлер: 62
@souviknandi5792
@souviknandi5792 3 жыл бұрын
THANK YOU SIR ...respect form MEGHNAD SAHA INSTITUTE OF TECHNOLOGY.(KOLKATA).
@parth7450
@parth7450 5 жыл бұрын
Sir you are very hardworking. My best wishes are with you thanks a lot
@want8718
@want8718 2 жыл бұрын
Super... Sir.. Well explained...... I gain some knowledge from ur video... Tq sir...
@arshpr__t
@arshpr__t Жыл бұрын
It is very helpful👍🏻👍🏻
@Cslover-j4z
@Cslover-j4z Жыл бұрын
You are like as doctor❤❤
@gamingdas396
@gamingdas396 2 жыл бұрын
Helpful video
@deepapokhalekar7932
@deepapokhalekar7932 4 жыл бұрын
superb explanation sir
@kousalyad9697
@kousalyad9697 3 жыл бұрын
Gud explaination nd easy to understand sir ..thank u sir
@prensudangol1547
@prensudangol1547 2 жыл бұрын
sir you are great
@enriquethomasjoseph4408
@enriquethomasjoseph4408 2 жыл бұрын
Thank you sir for making this difficult program so easy.
@subhamagarwal8554
@subhamagarwal8554 5 жыл бұрын
In 2nd part of program sir you could use For(i=0;i
@rimjhimshukla-1798
@rimjhimshukla-1798 5 жыл бұрын
Very good sir keep teaching
@krishnakc2196
@krishnakc2196 5 жыл бұрын
sir what about the opposite diagonal element
@aswins8532
@aswins8532 6 жыл бұрын
Sir I can understand your teaching , your really great😎😎😘
@rajavelu539
@rajavelu539 Жыл бұрын
😘🥰😍
@13kaviya.g51
@13kaviya.g51 3 жыл бұрын
Tq sir... Very useful video... 🤝
@sujitsah7223
@sujitsah7223 4 жыл бұрын
1st program---- #include int main() { int arr[10][10],rowsize,colsize,sum=0,i,j; printf("enter rowsize :"); scanf("%d", & rowsize); printf("enter colsize :"); scanf("%d", & colsize); printf("enter %d elements :",rowsize*colsize); //In 2D array total no. of elements = rows*columns =i*j ..... for(i=0;i
@sujathar1097
@sujathar1097 2 жыл бұрын
Thank you brioooo
@giaotran6910
@giaotran6910 6 жыл бұрын
Hi sir I ran your program and it did not work. However, when I take out the scanf and the two nested for loops for scanf, and declare the A matrix from 1-9; it works. How do I get input from user instead of having one fixed matrix?
@piiaall
@piiaall 6 жыл бұрын
nice explanation,,,thanks
@jatinukey4062
@jatinukey4062 3 жыл бұрын
👍👍👍👍
@rikeshshrestha666
@rikeshshrestha666 4 жыл бұрын
Thank you sooo much sir!
@JerSem
@JerSem 3 жыл бұрын
there is a way to do this in recursion? good video!
@Safal_here
@Safal_here 2 жыл бұрын
if you take 3 matrix element [3]={0,1,2,3} or {1,2,3,4}
@puttapallisatishyadav222
@puttapallisatishyadav222 3 жыл бұрын
Sir.. I think in second part it should be i
@SanaSana-hg3cr
@SanaSana-hg3cr 5 жыл бұрын
Thanks sir very nice video
@surajpatil6623
@surajpatil6623 6 жыл бұрын
Sir, what is program about second diagonal of matrix
@ronnygamerz88
@ronnygamerz88 3 жыл бұрын
Yes i want it too both side diagonal.
@sanakhan-mo6vl
@sanakhan-mo6vl 6 жыл бұрын
thanku you are so cute as c++ programming
@sundeepsaradhi
@sundeepsaradhi 6 жыл бұрын
Hi sana khan thanks for watching my sessions and supporting our channel.
@upendarreddymusuku8878
@upendarreddymusuku8878 4 жыл бұрын
Sir,At the end you are saying that row and column numbers may be different,But Only square matrices have diagonals and for square matrices rows and columns must be equal
@mypersonal246
@mypersonal246 4 ай бұрын
Yes bro, i am also confused... My teacher have also given question - WAP to print sum of diagonal of matrix m x n.
@__.Naruto__
@__.Naruto__ 3 жыл бұрын
Ty sir👍
@its_LABRO
@its_LABRO 2 жыл бұрын
The program is understandable but it would've been better if you explain it in Visual Studio/Dev C or other software... Because it's really hard to understand the brackets and their position
@adarshpala3424
@adarshpala3424 6 жыл бұрын
Thank you very much Sir
@sundeepsaradhi
@sundeepsaradhi 6 жыл бұрын
hi Adarsh Thanks for your interest and support towards our channel.
@PankajSharma-tj1sn
@PankajSharma-tj1sn 5 жыл бұрын
Sir what can we do if we have to find sum of elements above diagonal elements
@jbbheda7515
@jbbheda7515 5 жыл бұрын
Sir plz creat programs on sum of every digonal s means
@monikaverma7582
@monikaverma7582 6 жыл бұрын
thank you sir , sir please upload a video for quick sort
@sundeepsaradhi
@sundeepsaradhi 6 жыл бұрын
hi monika sorry for the delay and soon i will try to upload it. thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.
@ronnygamerz88
@ronnygamerz88 3 жыл бұрын
Sir both side left and right side sum of diagonalas ka video bana dijiye hindi me peoples wants it.
@khushmeetsingh1520
@khushmeetsingh1520 5 жыл бұрын
Hey the program isn't running......
@prensudangol1547
@prensudangol1547 2 жыл бұрын
but one little late as the output shows 25 nothing else is the program wrong
@MuhammadUmairShaykh
@MuhammadUmairShaykh Жыл бұрын
Watching in 2023 exam tomorrow
@ssk7690
@ssk7690 6 жыл бұрын
When uve already taken a 3x3 matrix why to use scanf? What are you asking the user?
@RAKESHKUMAR-fc5lx
@RAKESHKUMAR-fc5lx 4 жыл бұрын
#include #include main() { int i,j,sum=0,A[3][3]={1,2,3,4,5,6,7,8,9}; clrscr(); for(i=0;i
@ronnygamerz88
@ronnygamerz88 3 жыл бұрын
Sir already takken size not an element.so thats y.
@sandhya8276
@sandhya8276 7 жыл бұрын
sir I want program for addition of matrix... plz can u help me sir..
@sundeepsaradhi
@sundeepsaradhi 7 жыл бұрын
hi hardik definitely i will try to upload the program with in two or three days. I would like to have a feedback from you so please make a selfie video with a feedback regarding our channel and send to my WhatsApp number 9885 466 061 expecting a feedback from you I will collect all the feedback and I will upload the feedback in my channel.
@vamsi4864
@vamsi4864 6 жыл бұрын
can u please tell me how to find out sum for another diagonal in the same matrix..
@sundeepsaradhi
@sundeepsaradhi 6 жыл бұрын
hi vamsi soon i will do that thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.
@mohammadzamanansari2335
@mohammadzamanansari2335 6 жыл бұрын
How to calculate sum of diagonal from right dide
@sundeepsaradhi
@sundeepsaradhi 6 жыл бұрын
hi MD i will try to upload it.
@anveshkumarreddyc
@anveshkumarreddyc 6 жыл бұрын
intialize any variable int y=0; Then in loop after displaying entered matrix, for(i=0;i
@ashishprasad1963
@ashishprasad1963 3 жыл бұрын
Never hardcode the bounds in any loop condition. You code is not dynamic.
@samtech2003
@samtech2003 2 жыл бұрын
#include #define SIZE 3 // Matrix size int main() { int A[SIZE][SIZE]; int row, col, sum = 0; /* Input elements in matrix from user */ printf("Enter elements in matrix of size %dx%d: ", SIZE, SIZE); for(row=0; row
@Hmkm522
@Hmkm522 7 жыл бұрын
sir please upload videos about pointers please sir
@sundeepsaradhi
@sundeepsaradhi 7 жыл бұрын
hi manoj kzbin.info/www/bejne/oXyup3qPdr2SkNU
@Hmkm522
@Hmkm522 7 жыл бұрын
hi sir
@sundeepsaradhi
@sundeepsaradhi 7 жыл бұрын
Hi chikkanti manojkumar
@rohitbhardwaj2721
@rohitbhardwaj2721 6 жыл бұрын
how to do working of this program
43 - TWO DIMENSIONAL ARRAYS - C PROGRAMMING
21:23
Sundeep Saradhi Kanthety
Рет қаралды 143 М.
C_58 Program to print Sum of individual Rows and Columns of a Matrix | C Programming
16:40
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 42 МЛН
Bubble Sort | C Programming Example
14:53
Portfolio Courses
Рет қаралды 129 М.
Print Matrix Diagonally (Diagonal order)
13:22
Vivekanand Khyade - Algorithm Every Day
Рет қаралды 111 М.
C_61 C program for Matrix Multiplication part2 | C Language Tutorials
21:18
Jenny's Lectures CS IT
Рет қаралды 431 М.
String In Char Array VS. Pointer To String Literal | C Programming Tutorial
9:58
Addition of Two Matrix in C
9:06
CS Geeks
Рет қаралды 150 М.
Why is Python 150X slower than C?
10:45
Mehul - Codedamn
Рет қаралды 26 М.
C_59 Program to add Two Matrix in C | C language tutorials
17:26
Jenny's Lectures CS IT
Рет қаралды 321 М.
C Program to find the Sum of Diagonal Elements of the Matrix
11:20
Vaibhav Talks - Coding
Рет қаралды 15 М.
C_57 Two Dimensional Array program 2 | Program to print Transpose of Matrix
15:42
Jenny's Lectures CS IT
Рет қаралды 275 М.