Programming Languages BooksC Programming Books

Programming in C (PDF 85P)

Programming in C (PDF 85P)

Programming in C (PDF 85P)

This note covers the following topics: why use c, an example c program, variables and expressions, variable declaration, variable types, variable names, assignment, arithmetic operators, increment and decrement operators, cast operators, bitwise operators , promotions and conversions , parsing rules , symbolic constants and the preprocessor, input and output, formatted output printf, conversion specifiers, literal constants, formatted input scanf, character io getchar putchar, endoffile, flow of control, relational and logical operators, conditional branching if, conditional selection switch, iteration while for, local jumps goto , short circuit behaviour , problems, declaring array variables, initialising array variables, functions, building blocks of programs, return value, function parameters, variable function parameters, function definition and declaration, function prototypes, scope blocks and variables, blocks and scope, variable storage classes , declaration versus definition, initialisation of variables , arrays pointers and strings, pointers are addresses, pointers are not integers, the and operators, declaring pointer variables, pointers and arrays, dynamically sized arrays, the null pointer and pointer to void, pointer arithmetic, strings, files, file pointers, opening a file, program arguments, io streams , redirection of io streams , structures unions and fields, enumerated types, defining new names for types with typedef, structures, unions , fields , more advanced topics , comma operator, conditional operator, name spaces, type qualifiers , functions as parameters, preprocessor macros, assertions, managing c programs, separate compilation, conditional compilation,  using projects in borland c, unix and c, header file locations, memory usage , text area, data area, the stack, the heap, possible problems, c and the ibm pc , memory organisation, bios basic io system interrupts, dos interrupts, dynamic link libraries dlls, windows application programming interface api, why c, evolution of the c language, c and operating systems esp unix, comparison with pascal and fortran, availability, portability, efficiency, modular programming and libraries, applications, kernighan ritchie c vs ansi c, criticisms of c.

Author(s):

s85 Pages
Similar Books
Intermediate C Programming

Intermediate C Programming

The contents include: Review of C and Aggregate Data Types, Building Larger Programs, Functions,Bit Manipulation, Pointers, Binary I/O and Random Access, Designing Data Types, Linked Lists,Software Tools, Library Functions, File Access.

s309 Pages
C Programming by Tilak Maharashtra Vidyapeeth

C Programming by Tilak Maharashtra Vidyapeeth

This note describes the following topics: Beginning With C, Input/output, Control Statements, Loops, Arrays and Strings, Data Types, Functions, Pointers, Structures, File Manipulation.

s266 Pages
The Basics of C Programming

The Basics of C Programming

This note explains the following topics: Spacing and indentation, Input and output, Branching and looping, Arrays, Variable Types, Operators, Functions, Structures, Libraries, Makefiles, Pointers, Dynamic Data Structures, Advanced Pointers, Strings, Operator Precedence, Command Line Arguments, Text files, Binary Files.

s122 Pages
The C programming Language by Steve Summit

The C programming Language by Steve Summit

C is a relatively small language, but one which wears well. Topics covered includes: Basic Data Types and Operators, Statements and Control Flow, Functions and Program Structure, Basic I/O, Operators, Strings.

s122 Pages
Introduction to C Programming

Introduction to C Programming

This web site contains course notes for an introductory C Programming course, that does not include any features of C++.

sNA Pages
A Book on C, Edition 4

A Book on C, Edition 4

Beginners and professional programmers alike will benefit from the numerous examples and extensive exercises developed to guide readers through each concept. Step-by-step dissections of program code illuminate the correct usage and syntax of C language constructs and reveal the underlying logic of their application. The clarity of exposition and format of the book make it an excellent reference on all aspects of C.

sNA Pages
Programming   in C    UNIX System Calls and Subroutines Using C (by A. D. Marshall)

Programming in C UNIX System Calls and Subroutines Using C (by A. D. Marshall)

This note covers the following topics: The Common Desktop Environment, C/C++ Program Compilation, C Basics, Conditionals, Looping and Iteration, Arrays and Strings, Functions, Pointers, Dynamic Memory Allocation and Dynamic Structures, Low Level Operators and Bit Fields, The C Preprocessor, C, UNIX and Standard Libraries, Integer Functions, Random Number, String Conversion, Searching and Sorting, String Handling, File Access and Directory System Calls, Interprocess Communication (IPC), PipesRemote Procedure Calls (RPC) and Writing Larger Programs.

sNA Pages
Phil's C Course

Phil's C Course

This course is intended to help a good programmer particularly someone familiar with DEC Fortran, start programming in C. Topics covered includes: Why is the language called C, Variables, Types and Functions, Loop and Flow Control Constructs, Arrays, Pointers, Strings, Structures and Unions, Typedef, Header Files, Macros and the ? operator, Logical and Relational Operators, Bitwise Operators, Function Prototypes, File IO Routines and Command Line Arguments, Obfuscation, Changing from VAX C or K&R C to ANSI Compliant DEC C.

sNA Pages
Learning GNU C (C. O'Riordan)

Learning GNU C (C. O'Riordan)

Currently this section contains no detailed description for the page, will update this page soon.

s Pages
Learning GNU C (C. O'Riordan) Mirror

Learning GNU C (C. O'Riordan) Mirror

Currently this section contains no detailed description for the page, will update this page soon.

s Pages