-
The inability of the computers to fundamentally represent all possible real numbers 100% precisely at least by defualt.
-
Projects done during my study of Harvard University's cs50, an introduction to the intellectual enterprises of computer science and the art of programming.
- Files written in
Visual Studio Code 1.73
editor. - C files compiled using
gcc 9.4.0
. - C files wriiten according to the betty coding style.
- Files tested on
Windows 10
usinggcc
.
File | Description |
---|---|
0-pennies_conversion.c | A C program that converts dollars to pennies. |