C: The Complete Reference

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.






Whether you are a beginning C programmer or a seasoned pro, the answers to all your C questions can be found in this one-stop resource


Another gem from Herb Schildt--best-selling programming author with more than 2.5 million books sold! C: The Complete Reference, Fourth Edition gives you full details on C99, the New ANSI/ISO Standard for C. You'll get in-depth coverage of the C language and function libraries as well as all the newest C features, including restricted pointers, inline functions, variable-length arrays, and complex math. This jam-packed resource includes hundreds of examples and sample applications.

Author(s): Herbert Schildt
Edition: 4
Publisher: McGraw-Hill Education
Year: 2000

Language: English
Pages: 805

CONTENTS
Part I .-Foundational C
Chapter 1.- An Overview of C
Chapter 2.- Expressions
Chapter 3.- Statements
Chapter 4.- Arrays and Strings
Chapter 5.- Pointers
Chapter 6.- Functions
Chapter 7.- Structures, Unions, Enumeration, and typedef
Chapter 8.- Console I/O
Chapter 9.- File I/O
Chapter 10.- The Preprocessor and Comments
PART II.- THE C99 STANDARD
Chapter 11.- C99
PART III.- THE C STANDARD LIBRARY
Chapter 12.- Linking, Libraries, and Headers
Chapter 13.- I/O Functions
Chapter 14.- String and Character Functions
Chapter 15.- Mathematical Functions
Chapter 16.- Time, Date, and Localization Functions
Chapter 17.- Dynamic Allocation Functions
Chapter 18.- Utility Functions
Chapter 19.- Wide-Character Functions
Chapter 20.- Library Features Added by C99
PART IV.- ALGORITHMS AND APPLICATIONS
Chapter 21.- Sorting and Searching
Chapter 22.- Queues, Stacks, Linked Lists, and Trees
Chapter 23.- Sparse Arrays
Chapter 24.- Expressions Parsing and Evaluation
Chapter 25.- AI-Based Problem Solving
PART V.- SOFTWARE DEVELOPMENT USING C
Chapter 26.- Building a Windos 2000 Skeleton
Chapter 27.- Software Engineering Using C
Chapter 28.- Efficiency, Porting, and Debugging
PART VI.- A C INTERPRETER
Chapter 29.- A C Interpreter
INDEX