CS50 Week 1: Intro to C
C is an older language, and relative to Javascript, is simpler but more tedious to code in, because it is stricter regarding its syntax. However, C has found lasting use in applications that have formerly been coded in assembly language, such as Operating Systems, due to it mapping more efficiently to machine instructions. Hello … Continue reading CS50 Week 1: Intro to C