Transcription of Essential C - Stanford CS Ed Library
{{id}} {{{paragraph}}}
Essential CBy Nick ParlanteCopyright 1996-2003, Nick ParlanteThis Stanford CS Education document tries to summarize all the basic features of the Clanguage. The coverage is pretty quick, so it is most appropriate as review or for someonewith some programming background in another language. Topics include variables, inttypes, floating point types, promotion, truncation, operators, control structures (if, while,for), functions, value parameters, reference parameters, structs, pointers, arrays, the pre-processor, and the standard C Library most recent version is always maintained at its Stanford CS Education Library Please send your comments hope you can share and enjoy this document in the spirit of goodwill in which it is givenaway -- Nick Parlante, 4/2003, Stanford CS Education LibraryThis is document #101, Essential C, in the StanfordCS Education Library .
programmer mangages heap memory manually. All this makes C fast but fragile. Analysis -- Where C Fits Because of the above features, C is hard for beginners. A feature can work fine in one context, but crash in another. The programmer needs to understand how the features work and use them correctly.
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}