Skip to content

C: the Complete Reference

Best in textbook rentals since 2012!

ISBN-10: 0072121246

ISBN-13: 9780072121247

Edition: 4th 2000 (Revised)

Authors: Herbert Schildt

List price: $61.00
Shipping box This item qualifies for FREE shipping.
Blue ribbon 30 day, 100% satisfaction guarantee!

Rental notice: supplementary materials (access codes, CDs, etc.) are not guaranteed with rental orders.

what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

In this guide, Schildt details the C language, its libraries, and applications, providing insider tips, hundreds of examples, and explanations.
Customers also bought

Book details

List price: $61.00
Edition: 4th
Copyright year: 2000
Publisher: McGraw-Hill Education
Publication date: 5/17/2000
Binding: Paperback
Pages: 805
Size: 7.30" wide x 9.10" long x 2.20" tall
Weight: 3.586
Language: English

Herbert Schildt is a world leading programming author. He is an authority on the C, C++, Java, and C# programming languages, and a master Windows programmer. His programming books have sold more than three million copies worldwide and have been translated into all major foreign languages. He is the author of numerous best sellers including C: The Complete Reference, Java 2: The Complete Reference, Java 2: A Beginner's Guide, C#: A Beginner's Guide, and many more. Schildt holds a master's degree in computer science from the University of Illinois.

Foundational C.
An Overview of C.
Expressions
Statements
Arrays and Strings
Pointers
Functions
Structures, Unions, Enumerations, and typedef
Console I/O
File I/O
The Preprocessor and Comments
The C99 Standard
C99
The C Standard Library
Linking, Libraries, and Headers
I/O Functions
String and Character Functions
Mathematical Functions
Time, Date, and Localization Functions
Dynamic Allocation Functions
Utility Functions
Wide-Character Functions
Library Features Added by C99
Algorithms and Applications
Sorting and Searching
Queues, Stacks, Linked Lists, and Trees
Sparse Arrays
Expression Parsing and Evaluation
AI-Based Problem Solving
Building a Windows 2000 Skeleton
Software Engineering Using C
Efficiency, Porting, and Debugging
A C Interpreter
A C Interpreter