The third edition of Computer Science: A Structured Programming Approach Using C continues to present both computer science theory and C-language syntax with a principle-before-implementation approach. Forouzan and Gilberg employ a clear organizational structure, supplemented by easy-to-follow figures, charts, and tables. The new edition has been thoroughly updated to reflect the new C99 standard, and includes a revised chapter sequence to better aid student learning. Features: Intended for a first course in the C programming language. Introduces programming principles before details of the C language are implemented. Emphasizes structured programming and software engineering. Contains robust end-of-chapter material, including Review Questions, Exercises and Projects. Table Of Contents: 1. Introduction to Computers2. Introduction to the C Language3. Structure of a C Program4. Functions5. Selection-Making Decisions6. Repetition7. Text Input/Output8. Arrays9. Pointers10. Pointer Applications11. Strings12. Enumerated, Structure, and Union Types13. Binary Input/Output14. Bitwise Operators15. ListsAppendicesA: Character SetsB: KeywordsC: FlowchartingD: Numbering SystemsE: Integer and Float LibrariesF: Function LibrariesG: Preprocessor CommandsH: Command-Line ArgumentsI: Pointers to Void and to FunctionsJ: Storage Classes and Type QualifiersK: Program DevelopmentL: Understanding Complex Declarations