#include<stdio.h>
#include<conio.h>
void main()
{
float km, m;
clrscr();
printf("Enter the distance in kilometers : ");
scanf("%f",&km);
m = km * 1000;
printf("The equivalent distance in meters is : %f",m);
getch();
}
Home       |      About Us       |     Portfolio       |      Services       |       Career        |    Contact Us       |      Industrial Training        |      Achievement 
Corporate Services
  Web Design and development
  Web Promotion (SEO)
  Multimedia/CD Presentation
  Software development

  E.Commerce

Training@balujalabs

  Software Courses
  Hardware Courses
  Networking.Courses
  Mobile Repairing Courses
  UGC Degrees
Student Corner
 Programming & Projects
 Placement Papers
 Project Ideas
 Synopsis Ideas

  Franchise Section

 Administrator
Franchise Inquiry
 
 

Program to convert kilometers to meters.

 

 

 

 

 

 

 

 

 

                                                                                                                                          

1
2
3 To demonstrate the use of scope resolution operator
4 To find circumference of a circle.
5 To find hexadecimal and octal value of a number.
6 To convert a temperature from Fahrenheit to degree cells.
7 To find sum of the digits of a number.
8 To obtain gross salary by calculating dearness allowance and house rent.
9 Program to convert kilometers to meters.

 

     
Home       |      About Us       |     Portfolio       |      Services       |       Career        |    Contact Us       |      Industrial Training        |      Achievement