Skip to content

edwardrenton/learn_c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learning C

All of the programming projects from C Programming: A Modern Approach.

Contents

2: C Fundamentals

  • f1.c: print a check mark
  • f23.c: compute the volume of a sphere based on user input
  • f4.c: add tax
  • f56.c: evaluate polynomial expression
  • f7.c: repay with bills
  • f8.c: loan repayments calculator

3: Formatted Input/Output

  • dates.c: accept dates as one input and output as another
  • product.c: format product information entered by user
  • isbn.c: break down ISBN entered by user
  • phone.c: reformat a phone number
  • numbers.c: enter 16 numbers reformat and operations
  • addfrac.c: add fractions

About

Programming projects written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages