tags:
- programming
- c
- book
- computer-science
- notes
source: https://jsommers.github.io/cbook/cbook.pdf
created: 2024-07-21
published: 2022-08-01
What does the C language allow you to do?
The C language allows you to shoot yourself in the foot.
What is the C language used for?
The C language is used for systems implementation.
Who originally designed the C language?
The C language was originally designed by Dennis Ritchie.
In what decade was the C language created?
The C language was created in the 1960s.
Where was the C language created?
The C language was created at Bell Labs.
What were most operating systems developed with before C?
Most operating systems were developed with assembly language.
What was C designed to be while also allowing the programmer to manipulate what?
C was designed to be somewhat portable while also allowing the programmer to manipulate low-level resources.
...