This is a Free EBook on C Programming. This C Programming EBook is intended for beginners.
This ebook is a quick introduction to the C programming language. It is written by a novice, and is intended for use by a novice. However, it does assume familiarity with a programming language.
The C programming language is a "middle-level" language. It provides low-level programming capability at the expense of some user-friendliness. Some cynics claim that C combines the flexibility and power of assembly language with the user-friendliness of assembly language. However with experience programmers find that the limited set of keywords and the use of pointers allows for fast and elegant programming solutions. C has been used in the design of Windows operating systems from their earliest versions. It is also used in the design of micro-controllers and super-computers.
The original implementations of C were defined as described in the classic reference, THE C PROGRAMMING LANGUAGE, by Brian Kernighan and Dennis Ritchie. This definition left a few things to be desired, and the American National Standards Institute (ANSI) formed a group in the 1980s to tighten up the spec. The result was "ANSI C", which is the focus of this document.
Topics covered:
➲ An Introductory C Program
➲ C Console IO
➲ C String Function Library
➲ C Character Class Test Library
➲ C Control Constructs
➲ C Operators
➲ C Variables, Declarations and Constants
➲ C File-IO Through System Calls
➲ C Math Library
➲ The C sprintf Function
➲ C Preprocessor Directives
➲ C File-IO Through Library Functions
➲ C Standard Utility Library & Time Library
➲ C Command Line Arguments
➲ C Dynamic Memory Allocation & Deallocation
➲ C Functions in Detail
➲ Pointers to C Functions
➲ Common Programming Problems in C
➲ Resources
➲ C Quick Reference
You need Alphonso EBook Viewer to view this EBook. You will be prompted to download it for FREE when you open EBook. You can also download it from Google Play at https://play.google.com/store/apps/details?id=code.alphonso.android.bookviewer
This ebook is a quick introduction to the C programming language. It is written by a novice, and is intended for use by a novice. However, it does assume familiarity with a programming language.
The C programming language is a "middle-level" language. It provides low-level programming capability at the expense of some user-friendliness. Some cynics claim that C combines the flexibility and power of assembly language with the user-friendliness of assembly language. However with experience programmers find that the limited set of keywords and the use of pointers allows for fast and elegant programming solutions. C has been used in the design of Windows operating systems from their earliest versions. It is also used in the design of micro-controllers and super-computers.
The original implementations of C were defined as described in the classic reference, THE C PROGRAMMING LANGUAGE, by Brian Kernighan and Dennis Ritchie. This definition left a few things to be desired, and the American National Standards Institute (ANSI) formed a group in the 1980s to tighten up the spec. The result was "ANSI C", which is the focus of this document.
Topics covered:
➲ An Introductory C Program
➲ C Console IO
➲ C String Function Library
➲ C Character Class Test Library
➲ C Control Constructs
➲ C Operators
➲ C Variables, Declarations and Constants
➲ C File-IO Through System Calls
➲ C Math Library
➲ The C sprintf Function
➲ C Preprocessor Directives
➲ C File-IO Through Library Functions
➲ C Standard Utility Library & Time Library
➲ C Command Line Arguments
➲ C Dynamic Memory Allocation & Deallocation
➲ C Functions in Detail
➲ Pointers to C Functions
➲ Common Programming Problems in C
➲ Resources
➲ C Quick Reference
You need Alphonso EBook Viewer to view this EBook. You will be prompted to download it for FREE when you open EBook. You can also download it from Google Play at https://play.google.com/store/apps/details?id=code.alphonso.android.bookviewer



Comments and ratings for C Programming Primer