The C Programming Language: Difference between revisions

Content deleted Content added
added link to solutions page
No edit summary
Line 1:
[[Image:kr_c_prog_lang.jpg|thumb|right|''The C Programming Language'', by [[Brian Kernighan]] and [[Dennis Ritchie]]; one of the most read and trusted books on [[C programming language|C]].]]
[[Image:K&R_C.jpg|thumb|right|''The C Programming Language'', 1st edition, also known as the "Old Testament".]]
 
'''''The C Programming Language''''' (also known as '''K&R''' or "'''the white book'''") is a famous [[computer science]] [[book]] which has been influential in the application and development of the [[C programming language]]. The book was written by [[Dennis Ritchie]], who designed the language, and by [[Brian Kernighan]].
Line 10 ⟶ 11:
 
The first edition is sometimes referred to as the "Old Testament" and the second as the "New Testament."
 
 
==References==