Home > Programming > C Programming Language

Essential C

Sort Desciption:

C Programming Language (below) as part of their research at AT&T. Unix and C++ ... The C Programming Language 2nd ed. by Kernighan and Ritchie. ...



Content Inside:

Essential CPage 1Essential CBy Nick ParlanteCopyright 19962003 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 whilefor) 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 URLhttp://cslibrary.stanford.edu/101/. Please send your comments tonick.parlante@cs.stanford.edu.I hope you can share and enjoy this document in the spirit of goodwill in which it is givenaway Nick Parlante 4/2003 Stanford California.Stanford CS Education LibraryThis is document #101 Essential C in the StanfordCS Education Library. This and other educational materials are available for free athttp://cslibrary.stanford.edu/. This article is free to be used reproduced excerptedretransmitted or sold so long as this notice is clearly reproduced at its beginning.Table of ContentsIntroduction .......................................... .......................................... .....pg. 2Where C came from what is it like what other resources might you look at.Section 1Basic Types and Operators .......................................... pg. 3Integer types floating point types assignment operator comparison operatorsarithmetic operators truncation promotion.Section 2Control Structures .......................................... ..............pg. 11If statement conditional operator switch while for dowhile break continue.Section 3Complex Data Types..................................... ................pg. 15Structs arrays pointers ampersand operator (&) NULL C strings typedef.Section 4Functions................................ ................................ ...

Source: cslibrary.stanford.edu


add to Google Reader add to Google Bookmark add to bloglines add to newsgator add to FURL add to digg add to webnews add to Netscape add to Yahoo MyWeb add to spurl.net add to diigo Bookmark newsvine Bookmark del.icio.us Bookmark @ SIMPIFY Bookmark MISTER WONG Bookmark Linkarena Bookmark icio.de Bookmark oneview Bookmark folkd.com Bookmark yigg.de Bookmark reddit Bookmark StumbleUpon Bookmark Slashdot Bookmark blinklist Bookmark technorati add to blogmarks add to blinkbits add to ma.gnolia add to smarking.com add to netvouz add to co.mments add to Connotea add to de.lirio.us
Search Terms:

 

Related Files

C Programming

Filed under: Programming and C Programming Language
The C Programming Language ANSI C. By Brian W. C. Kernighan & Dennis M. Ritchie. K and R. "Practical C programming". By Steve ...

C Programming Fundamentals

Filed under: Programming and C Programming Language
1 C Programming Fundamentals C is a compiled language. The user creates source code (often ... exe extension). Below is typical C program called LED.C that illustrates some fundamental C ...

Programming in C C++ Java

Filed under: Programming and C Programming Language
Programming in C C++ Java. Course Overview. Object oriented programming languages are widely used for the development of complex software systems. ...