answersLogoWhite

0

Dilation and Curettage.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Abbreviation - disconnect?

Abbreviation for disconnect is "disc" or "d/c".


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; }


What is the abbreviation for disconnect?

DCN


What the meaning of D N D?

It could be 'Do Not Disturb', or it could be an abbreviation for Dungeons and Dragons.


How do you spell the word ufos or UFO's?

Because UFO is an abbreviation, UFO's or UFOs is correct.


What is The medical abbreviation meaning instrumental expansion of the cervix and scraping or the uterine cavity?

Its called a "D and C" (D&C)


Abbreviation of physics?

p for physical study of all h for historic y for yards, about all s for surroundings of cource I for including universal(it means every thing in d univerce) c for conseptionlly n its s for system externally n internally


What is the medical abbreviation meaning discharge?

d/c or disch is often used to mean discharge. d/c can also mean discontinue.


Wap to display the Fibonacci series?

#include<stdio.h> main() { int a=0,b=1,n,c,i; printf("enter number"); scanf("%d",&n); printf("%d\n",a); for(i=1;i<=n;i++) { c=a+b; printf("%d\n",c); b=a; a=c; } getch(); }


Greatest no among 3 number using nested if statement?

if (a > b && a > c) printf("%d\n", a); else if (b > c) printf("%d\n", b); else printf("%d\n", c);


If n is an odd integer is n plus 6 odd as well?

Yes. If n is odd, then n + c where c is an even constant will be odd. n + d where d is an odd constant will be even.


What is the abbreviation of newtons?

The abbreviation for newtons is N.