ended3월 20일· 1 sources

Liguagem C moderna e suas versões

현대 C 언어와 그 버전들

Why it matters

The article traces the evolution of the C programming language from its creation by Dennis Ritchie in 1972 through the ANSI/ISO standardization as C89/C90 and the C99 revision. It highlights key C90 limitations such as requiring variable declarations at block beginnings, prohibiting single-line comments (//), and disallowing variable declarations inside for-loops, then notes that C99 relaxed these restrictions.

1
Sources
+0
24h
Growth
185d
Active
C언어C89/C90C99ANSI CGCC

Sources

Related Issues