Skip to content

sumicode-exe/C-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PROJECTS IN C

This folder contains all the projects made in language C. R

README contains summary information of all the projects in seperate folders.


1. CALCULATOR

This project is made using three concepts - Ternaries, Switch-Cases and If-Else statements.

The calculator operates the following, mentioned along with the calling characters:

a. Sum - '+'

b. Product - '*'

c. Difference - '-'

d. Dividend - '/'

e. Compund Interest - 'c'

f. Simple Interest - 's'

g. Multiplication of Matrices - 'X'

h. Profit/Loss - '!'


2. UNIT CONVERTER

This project is made using basic function calls and if else statements

First if else statement calls the functions on the basis of category of unit:

It then categorises the scale within each:

1. Time (t)

- 'w' for weeks
- 'd' for days
- 'h' for hours
- 'm' for minutes
- 's' for seconds

2. Distance (D)

3. Weight (w)

4. Temperature (t)

- 'C' for Celcius
- 'F' for Farhenheit
- 'K' for Kelvin

5. Volume (v)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages