PDF4PRO ⚡AMP

Modern search engine that looking for books and documents around the web

Example: confidence

Essential C - Stanford University

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. This and other educational materials are available for free This article is free to be used, reproduced, excerpted,retransmitted, or sold so long as this notice is clearly reproduced at its of 2 Where C came from, what is it like, what other resources might you look 1 Basic Types and 3 Integer types, floating point types, assignment operator, comparison operators,arithmetic operators, truncation, 2 Control 11If statement, conditional operator, switch, whil

range of about -2 billion ..+2 billion. Some compilers support "long long" for 64 bit ints. The integer types can be preceded by the qualifier unsigned which disallows representing negative numbers, but doubles the largest positive number representable. For example, a 16 bit implementation of short can store numbers in the range

Tags:

  Essential, C essentials

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Spam in document Broken preview Other abuse

Transcription of Essential C - Stanford University

Related search queries