THE FOLLOWING PROGRAM IS THE SOLUTION FOR THE PROBLEM:
#include<stdio.h>
#include<conio.h>
void main()
{
float a,b;
clrscr();
printf("Enter the centimeter to convert meter\n");
scanf("%f",&a);
b=a/100;
printf("meter is %f",b);
getch();
}
A Database Management System (DBMS) is a software suite designed to efficiently manage, organize, store, manipulate, and retrieve data. It a...
No comments:
Post a Comment