Comments by "Traveller" (@traveller23e) on "C in 100 Seconds" video.
-
9
-
8
-
Not quite, he missed out on bitfields, several of the keywords (static, register, inline, volatile...depending on C version), and completely omitted mention of the CPP which is pretty important to say the least. Also, he didn't mention all the datatypes, nor go into some of the more complex topics like integer promotion, which overflows are undefined behavior and which are defined, and the challenges of having potentially different byte sizes on different platforms.
1