/c_primer_plus_solutions

Solutions to the exercises in the book "C Primer Plus (Fifth Edition)" by Stephen Prata.

Primary LanguageC

C Primer Plus Solutions

Solutions to some of the exercises in the book C Primer Plus.

About

I am currently reading the book C Primer Plus. Will put my solutions to exercises in the book here. Might be useful to others that are reading the book and it forces me to learn Git.

Book Details

Title: C Primer Plus, Fifth Edition
Author: Stephen Prata
ISBN: 0-672-32696-5

A classic book about C programmming aimed at beginners.

Exercise Solutions

Trying my best to keep the solutions to the exercises correct but there will probably be numeruos small and big mistakes as the collection of exercises grows.

The comments in the exercises that begin with /** are doxygen tags that can be used to generate documentiaton.