You are on page 1of 13

NGF COLLEGE OF ENGINEERING &

TECHNOLOGY
Session-2022-23

DEPARTMENT OF COMPUTER SCIENCE


TOPIC - UNIT CONVERTER IN C LANGUAGE
UNIT
CONVERTER
SUBMITTED BY: HEMANT PALIWAL (33)
HITESH (36)

SUBMITTED TO: JYOTI RAJPUT


Agenda
KEY TOPICS DISCUSSED IN
THIS PRESENTATION

⚬Introduction to C Language
⚬About Project
⚬Breakdown of Code
⚬Outputs
Developed in the early 1970s by American computer scientist Dennis M.
Ritchie at Bell Laboratories (formerly AT&T Bell
Laboratories).
C is the basis of many other programming languages like C++, Java,
JavaScript, C#, PHP, Python and many more
⚬Unix was one of the first operating system kernels implemented in a
language other than assembly and that was C.
UNIT CONVERTER
⚬AA unit converter is a tool or software that allows
you to convert measurements from one unit to
another.

⚬It’s commonly used to convert values like length,


weight, volume, temperature, and more between
different units of measurement.

⚬For example, you can use a unit converter to


convert kilometers to miles, pounds to kilograms,
or Celsius to Fahrenheit.

⚬Unit converters are handy for various purposes,


including science, engineering, cooking, and
everyday calculations
ABOUT OUR PROGRAM
HEADER FILE

In this program we have included only one header file that is Stdio.h.

Stdio.h file is the name of the standard library definition file for all
Standard Input, Output.
If-Else Statement
We have Used If-Else Statement to Provide
Alternate Choices between the units for the
conversion for the Users.

You can choose the Quantity you want to


convert.
Select the Unit in that Quaktiy
Converting
Units CHOOSE UNIT YOU WANT TO CONVERT

___ • Temperature
• Currency
• Length
• Mass
TEMPERATURE
We Given Two Frequent used Units in our
Program to convert from one to another.

Formula Used for this Program:


CURRENCY
We have given three units in our program to
convert from one unit to another for currency.
USD to INR
USD TO JPY
USD TO EURO
MASS
We have given three units in our program to
convert from one unit to another for mass.
Length
We have given three units in our
program to convert from one unit to
another for Length.
Thank
You..

You might also like