![[Book Cover]](../covergif/ph_bkcvr.gif)
|
ANSI C: Problem Solving and Programming, 1/e
Kenneth Barclay, Napier Polytechnic, UK
Published November, 1990 by Prentice Hall PTR (ECS Professional)
Copyright 1991, 500 pp.
Paper
ISBN 0-13-037326-5
|
Sign up for future mailings on this subject.
See other books about:
C--Intermediate Programming-Computer Science
C - Programming-General Engineering
C--Intro to Programming/CS1-Computer Science
|

A comprehensive introduction to the C programming
language suitable for novice
programmers as well as programmers with a
knowledge of other programming languages.
describes and fully illustrates the
complete language.
considers general programming
principles, consistent with methods of
abstraction, structured programming and step-wise
refinement.
emphasizes programming into a
programming language, not in it with a
focus on data and its representations well as
commands.
features a number of major case studies
that illustrate various aspects of the C language,
fundamental computing algorithms and systematic
program design.
contains many complete programs all
reproduced directly from the computer and
executable on any machine supported by a standard
C compiler.
1. The C Programming Language.
2. The Essentials of a C Program.
3. Types, Operators and Expressions.
4. Input and Output.
5. Program Structure.
6. Flow of Control.
7. Programming in the Large.
8. The C Preprocessor.
9. More on Data Types.
10. Recursion.
11. Assays and Pointers.
12. Character Strings.
13. Storage Management.
14. Files.
15. Structures, Unions and Bit Fields.
16. Dynamic Data Structures.
17. Operations on Bits.
18. Advanced Topics.
Appendix A: Hardware Characteristics.
Appendix B: ASCII Character Set.
Appendix C: Reserved Keywords.
Appendix D: Identifiers.
Appendix E: Operators.
Appendix F: Standard C Library.
Appendix G: Compiling under UNIX.
|