Essential C
Short Description
The C Language. C is a professional programmer’s language. ….. the single most syntactically awkward and error-prone features of the C language. …
Website: cslibrary.stanford.edu | Filesize: 85kb
Content
Essential C
By Nick Parlante Copyright 1996-2003, Nick Parlante
This Stanford CS Education document tries to summarize all the basic features of the C
language. The coverage is pretty quick, so it is most appropriate as review or for someone
with some programming background in another language. Topics include variables, int
types, floating point types, promotion, truncation, operators, control structures (if, while,
for), functions, value parameters, reference parameters, structs, pointers, arrays, the preprocessor,
and the standard C library functions.
The most recent version is always maintained at its Stanford CS Education Library URL
http://cslibrary.stanford.edu/101/. Please send your comments to
nick.parlante@cs.stanford.edu.
I hope you can share and enjoy this document in the spirit of goodwill in which it is given
away — Nick Parlante, 4/2003, Stanford California.
Stanford CS Education Library This is document #101, Essential C, in the Stanford
CS Education Library. This and other educational materials are available for free at
http://cslibrary.stanford.edu/. This article is free to be used, reproduced, excerpted,
retransmitted, or sold so long as this notice is clearly reproduced at its beginning.
Table of Contents
Introduction ……………………………………………………………………………..pg. 2
Where C…
Get the file Download here
Related Books:Related Searches: cs education library, stanford cs education library, nick parlante, standard c library, cslibrary
Comments
Leave a Reply