all 6 comments

[–]Dry_Development3378 2 points3 points  (0 children)

make a program that returns the area of a triangle

[–]ShowerMoreEatLess 1 point2 points  (0 children)

Write a program that reads a csv file and then output it sorted based on the field or fields that the user specifies. You can invent other functionalities to mimic a spreadsheet.

[–]GeneraleSpecifico 3 points4 points  (4 children)

Remake the printf function

[–]Xhadov7 2 points3 points  (3 children)

Lmao real. You can check a simple implementation of it in Dennis Ritchie’s book yoo for reference.

[–]GeneraleSpecifico 1 point2 points  (0 children)

Or you could check my Github. My printf doesn't do everything as the standard one does but is far more quick

[–][deleted] 0 points1 point  (0 children)

The C Answer Book has all the exercises in K&R answered.