See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

18 used & new from $2.59

Have one to sell? Sell yours here
 
 
Introductory C
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

Introductory C (Paperback)

by Richard Petersen (Author) "C is a powerful, versatile, and sometimes obscure programming language..." (more)
Key Phrases: structure type declaration, mynums array, comma operator expression, Nodes Node, New Record Please, Unix Make (more...)
4.6 out of 5 stars See all reviews (5 customer reviews)


Available from these sellers.


1 new from $154.64 17 used from $2.59
Also Available in: List Price: Our Price: Other Offers:
Paperback 17 used & new from $4.97

Customers Who Bought This Item Also Bought

Absolute Beginner's Guide to C (2nd Edition) (Other Sams)

Absolute Beginner's Guide to C (2nd Edition) (Other Sams)

by Greg Perry
4.6 out of 5 stars (107)  $23.09
The C++ Programming Language: Special Edition (3rd Edition)

The C++ Programming Language: Special Edition (3rd Edition)

by Bjarne Stroustrup
4.2 out of 5 stars (283)  $63.99
C Programming Language (2nd Edition) (Prentice Hall Software)

C Programming Language (2nd Edition) (Prentice Hall Software)

by Brian W. Kernighan
4.7 out of 5 stars (270)  $43.18
Explore similar items

Editorial Reviews

Review
Petersen's book is both a good C manual for beginners and pleasant reading for those who are fond of C programmming. The language notions are introduced gradually, and a large number of valuable examples, figures, and tables help readers learn. Every chapter begins with short definintions, contains a richly illustrated text and ends with a summary and a set of exercies. The exercises are useful for gaining a better undestanding of the material. The sample programs throughout the book are presented in boxes and are fully explained. The book could be used as a classroom text. -- Computing Reviews April, 1993

This book offers a comprehensible introduction to ANSI-C, which is suitable for readers with little or no knowledge of programming and programming languages. Nevertheless it does contain a lot of advanced features of C. The table of contents includes: binary representation of data types, type conversions, memory organization, precompiler commands, string functions, functions with variable number of parameters, recursion, data structures (linked lists, trees), data protection, system calls and bit operations. Every new feature is explained with simple and increasingly complex examples, and each chapter ends with a summary. Special care is taken to explain in length every detail which has to do with pointers and arrays, a theme, which is expecially difficult to comprehend, not only for a beginner. The presentation is UNIX-oriented, including MAKE and makefile's, but MS-DOS files are treated also. Differences between ANSI and PRE-ANSI-C are made explicit and clarified in corresponding examples. The text contains some dozens of exercises, all with solutions. The book can be recommended for self study and, because of the appendices, for quick refernce also. -- Zentralblat fur Mathematik

Product Description
C differs from most programming languages in its use of pointers, functions, and files. For those learning C, pointers are the greatest source of confusion. The primary aim of this book is to provide working models of how pointers are used in C. Pointers are used differently with every programming feature and Introductory C, Second Edition, emphasizes how each new programming feature relates to the use of pointers to provide a thorough understanding of the applications throughout C.
Introductory C, Second Edition, offers a detailed explanation of Arrays in C over several chapters, describing strings, arrays of structures, multi-dimensional arrays, and arrays of pointers. The underlying implementation of arrays using pointersis described in detail with such features as pointers to elements, pointers to arrays, and pointers to pointers. File access methods using text and binary files are also given thorough coverage: character, line, formatted text files, and record binary files are described, and the implementation of file access functions is described in detail. This book will be of great use to programmers at all levels.

Key Features
* Includes three new chapters introducing C++, including coverage of classes, objects, constructors, overloading, inheritance, and derivation
* Contains a floppy disk with source code from examples in the book

Product Details

  • Paperback: 876 pages
  • Publisher: Morgan Kaufmann Publishers; 2nd edition (January 15, 1997)
  • Language: English
  • ISBN-10: 0125521421
  • ISBN-13: 978-0125521420
  • Product Dimensions: 8.9 x 7.5 x 1.6 inches
  • Shipping Weight: 1.8 pounds
  • Average Customer Review: 4.6 out of 5 stars See all reviews (5 customer reviews)
  • Amazon.com Sales Rank: #506,279 in Books (See Bestsellers in Books)

    Popular in this category: (What's this?)

    #62 in  Books > Computers & Internet > Programming > C > Tutorials

Inside This Book (learn more)

Citations (learn more)
This book cites 1 book:


Books on Related Topics (learn more)
 
 

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

5 Reviews
5 star:
 (4)
4 star:    (0)
3 star:
 (1)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.6 out of 5 stars (5 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
1 of 1 people found the following review helpful:
5.0 out of 5 stars Excellent Book on C, July 30, 1999
By A Customer
This is the best book on C language that I have ever come across. Pointers, Data structures and file management are very well explained. I would advise any one looking for in depth information on C , to go for this book. I really hope that the author comes out with books on C++ and Java.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 1 people found the following review helpful:
5.0 out of 5 stars A must read for every C programmer, April 3, 1999
By A Customer
This books give you the inside out of the C programming language. The book explains all the features associated with C in a very easy to read style. The beauty of the book really comes into play when it explains the pointers concept in C, that is the heart of C programming language. A must read if you are scared of pointers.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
2 of 3 people found the following review helpful:
5.0 out of 5 stars Why did someone write a book about C in the 90's?, September 12, 1999
By A Customer
The language has been around since the early 70's. Hundreds of books have been written about it. It took more than 20 years for someone to get it right. If you want to use C productively, you can't memorize syntax and start tossing code around. It will bite you every time, and you will spend endless hours trying to debug your programs by superstition. "Hmm. Maybe if I put a semi-colon there. . . ." When you understand it, you see why it's so powerful, and why it's been so popular. You might actually get to the point where you like C!! This is the best book about C that I have ever read, and I've read a number of them, if you want to get to the point where you understand the language. It's a shame that so many people had to learn the language without the benefit of this book.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

3.0 out of 5 stars an unique and excellent book
It is an unique and excellent book. It explains in details the pointer concept. However, I think some of the codes can be better written. Read more
Published on June 9, 1999 by ohur1688

5.0 out of 5 stars Simply the best book on C
It really upsets me that nobody out there has placed a review on this book. First off, I have read many books on C programming, and I think that this book is definitely the best... Read more
Published on March 31, 1999

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
  [Cancel]

   


Product Information from the Amapedia Community

Beta (What's this?)



Look for Similar Items by Category


$10 Instant Savings

Beauty Blender
Get a $10 instant rebate with orders of $100 or more on beauty products sold by Amazon.com. See details. Promo code: IOBeauty.

Shop all eligible items now

 

Big Savings in Books

Bargain Books
Find great titles at fantastic prices in our Bargain Books Store.
 

Keep Your Tools Close at Hand

Shop for tool and nail pouches
Explore a variety of heavy-duty nylon, suede, and leather tool and nail pouches in the Home Improvement Store.

Shop for tool and nail pouches

 

Every Tool in Its Place

Shop for tool storage
Shop our huge selection of tool bags, boxes, and chests in Storage & Organization.

Shop for tool storage now

 

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates