Asked inTCS,Digital Programmer

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...
TCS Digital Programmer Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
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

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter