
Given a square matrix. Calculate the absolute difference between the sums of its diagonals

PrepInsta
author
3y

#include using namespace std; int main() { int n; cin >> n; int arr[n][n]; long long int d1 =0; long long int d2 =0; for (int i -0;i>arr[i][j]; if(i==j) d1 +=arr[i][j]; if(i==n-j-1) d2 +=arr[i][j]; } ...read more

Help your peers!
Add answer anonymously...
Top TCS Digital Programmer interview questions & answers
Top HR questions asked in TCS Digital Programmer
Stay ahead in your career. Get AmbitionBox app
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+
Reviews
4 L+
Interviews
4 Cr+
Salaries
1 Cr+
Users/Month
Contribute to help millions
Get AmbitionBox app