Logo

The C Book: Featuring the ANSI C Standard

Large book cover: The C Book: Featuring the ANSI C Standard

The C Book: Featuring the ANSI C Standard
by

Publisher: Addison-Wesley Pub
ISBN/ASIN: 0201544334
ISBN-13: 9780201544336
Number of pages: 333

Description:
This books gives you the details of the "c" language coding using which you can produce powerful, efficient, and portable code. Go get it today if you want to be a programmer. This book was written with two groups of readers in mind. Whether you are new to C and want to learn it, or already know the older version of the language but want to find out more about the new standard, we hope that you will find what follows both instructive and at times entertaining too.

Home page url

Download or read it online for free here:
Download link
(3.1MB, PDF)

Similar books

Book cover: Learn C The Hard WayLearn C The Hard Way
by - LCodeTHW
A clear and direct introduction to modern C programming. The purpose of this book is to get you strong enough in C that you'll be able to write your own software in it, or modify someone else's code. The text is not for beginners.
(23758 views)
Book cover: ANSI C for Programmers on UNIX SystemsANSI C for Programmers on UNIX Systems
by
This document introduces C by providing and explaining examples of common programming tasks. It enables the reader to learn from available source code by clarifying common causes of incomprehension. Exercises form an integral part of the course.
(27627 views)
Book cover: C Programming TutorialC Programming Tutorial
by
This book is a tutorial. Its aim is to teach C to a beginner, but with enough of the details so as not be outgrown as the years go by. It presumes that you have some previous aquaintance with programming, but you do not need much experience.
(22257 views)
Book cover: Programming in CProgramming in C
by - University of Hawaii at Manoa
Contents: Designing Programs Top Down; Processing Character Data; Numeric Data Types and Expression Evaluation; Pointers; Arrays; Functions and Files; Two Dimensional Arrays; Sorting and Searching; String Processing; Structures and Unions; etc.
(20788 views)