answersLogoWhite

0

The full form of NDMC is the "New Delhi Municipal Council." It is a municipal council responsible for the administration of certain areas of New Delhi, the capital of India. NDMC oversees urban planning, infrastructure, and public services in its jurisdiction.

User Avatar

AnswerBot

1mo ago

What else can I help you with?

Related Questions

How can you write a c program to find maximum element in row and minimum element in column of a matrix?

#include <stdio.h> main() { int m, n, c, d, A[10][10],temp=0; printf("\nEnter the number of rows and columns for matrix A:\n"); scanf("%d%d", &m, &n); printf("\nEnter the elements of matrix A:\n"); for ( c = 0 ; c < m ; c++ ) for ( d = 0 ; d < n ; d++ ) scanf("%d", &A[c][d]); printf("\nMatrix entered is:\n"); for ( c = 0 ; c < m ; c++ ) { for ( d = 0 ; d < n ; d++ ) printf("%d\t", A[c][d]); printf("\n"); } printf("\n\nMaximum element of each row is:\n"); for(c=0;c<m;c++) { for(d=0;d<n;d++) { if(A[c][d]>temp) temp=A[c][d]; } printf("\n\t\tRow %d: %d",c+1,temp); temp=0; } temp=A[0][0]; printf("\n\nMinimum element of each coloumn is:\n"); for(c=0;c<n;c++) { for(d=0;d<m;d++) { if(A[d][c]<temp) temp=A[d][c]; } printf("\n\t\tColoumn %d: %d",c+1,temp); temp=A[d][c] ; } return 0; }


How do you write a C program for matrix addition and multiplication?

#include<stdio.h> #include<conio.h> main() { int a[10][10],b[10][10],c[10][10],m,n,i,j,p,q,op; printf("enter the order of matrix a:n"); scanf("%d",&m,&n); printf("enter the %d elements of a\n",m*); for(i=0;i<m;i++) for(j=0;j<n;j++) scanf("%d",&a[i][j]); printf("enter the order of matrix b:n"); scanf("%d",&p,&q); printf("enter the %d elements of b\n",p*q); for(i=0;i<p;i++) for(j=0;j<q;j++) scanf("%d",&b[i][j]); printf("enter the option\n"); scanf("%d",&option); switch(op) { case '+' : if(m==p&&n==q) printf("the resultant matrix c is:\n"); for(i=0;i<m;i++) for(j=0;j<n;j++) c[i][j]=a[i][j]+b[i][j]; printf("%d",c[i][j]); printf("\n"); break; case '/' : if(n==p) { for(i=0;i<m;;i++); {for(j=0;j<q;j++) {printf("%d",c[i][j]); } } c[i][j]=0; for(p=0;p<n;p++) c[i][j]=c[i][j]+a[i][p]*b[p][j]: } printf("resultant matrix is:\n"); for(i=0;i<m;;i++); {for(j=0;j<q;j++) {printf("%d\t",c[i][j]); } } printf("\n"); getch(); }


How write the given program a b c d e a b c d a b c a b a?

05 REM BASIC code 10 CLS: G$ = "a b c d e " 20 FOR N = 0 to 8 STEP 2 30 PRINT MID$(G$, 1, 10 - N); : PRINT 40 NEXT N 50 PRINT: PRINT "Bowie, Zatman, that was fun!" 60 PRINT: END <?php // PHP code $parts = array(); for($n = ord('f'); $n > ord('a'); $n--){ for($m = ord('a'); $m < $n; $m++){ $parts[] = chr($m); } } echo implode(' ', $parts) . "\n"; /* C code */ #include <stdio.h> int main(int argc, char *argv[]){ int n, m; n = 5; while(n > 1){ for(m = (int)'a'; m < (int)'a' + n; m++){ printf("%c ", (char)m); } } printf("\n"); return 0; }


What comes nest in this series adgj A (t) B (c) C (n) D (m)?

It is: D (m) because 2 letters of the alphabet are skipped over each time


What does cmd stand for in computer technology?

CommandJust remove the o, one m, the a, and the n!C--M--D


Why is o?

a b c d e f g h i j k l m n OOOOOOOOOOOOOOO a b c d e f g h i j k l m n OOOOOOOOOOOOOOO


Sum of all diagonals of a square matrix by using c?

/* Ramana Reddy -IIIT */ #include main() { int a[10][10],i,j,m,n,sum=0; printf("Size of Matrix M*N:\n "); scanf("%d%d",&m,&n); if(m==n) { printf("\nEnter %d elements: \n",m*n); for(i=0;i


Write a program to find out transpose of a given matrix by using arrays?

#include<stdio.h> #include<conio.h> void main() { clrscr(); int m[10][10]; int i,j,r,c; for (i=0;i<10;i++) { for (j=0;j<10;j++) { m[i][j]=0; } } printf("\n Enter size of row and colomn:"); scanf("%d %d",&r,&c); printf("\n Enter the two matrices: \n"); for (i=0;i<r;i++) { for (j=0;j<c;j++) { printf("Enter element %d %d of m1: ",(i+1),(j+1)); scanf("%d",&m[i][j]); } } printf("\n The matrix is: \n"); for (i=0;i<r;i++) { for (j=0;j<c;j++) { printf("%d ",m[i][j]); } printf("\n"); } printf("\n The transpose of the matrix is: \n"); for (i=0;i<r;i++) { for (j=0;j<c;j++) { printf("%d ",m[j][i]); } printf("\n"); } getch(); }


How do you say 'When did you come to Germany' in German?

Wann kamen Sie nach Deutschland w-o-n c-o-m-e-n s-e-e n-a-gh d-o-i-c-h-l-a-n-d


What are some seven letter words with 1st letter D and 3rd letter N and 5th letter M and 7th letter C?

According to SOWPODS (the combination of Scrabble dictionaries used around the world) there are 1 words with the pattern D-N-M-C. That is, seven letter words with 1st letter D and 3rd letter N and 5th letter M and 7th letter C. In alphabetical order, they are: dynamic


What are some seven letter words with 1st letter D and 3rd letter C and 5th letter M and 7th letter N?

According to SOWPODS (the combination of Scrabble dictionaries used around the world) there are 1 words with the pattern D-C-M-N. That is, seven letter words with 1st letter D and 3rd letter C and 5th letter M and 7th letter N. In alphabetical order, they are: decuman


What are some seven letter words with 1st letter D and 3rd letter M and 5th letter N and 7th letter C?

According to SOWPODS (the combination of Scrabble dictionaries used around the world) there are 1 words with the pattern D-M-N-C. That is, seven letter words with 1st letter D and 3rd letter M and 5th letter N and 7th letter C. In alphabetical order, they are: demonic