Skip to content

Problem Solving and Program Design in C

Best in textbook rentals since 2012!

ISBN-10: 0132936496

ISBN-13: 9780132936491

Edition: 7th 2013 (Revised)

Authors: Jeri R. Hanly, Elliot B. Koffman

List price: $154.80
Blue ribbon 30 day, 100% satisfaction guarantee!
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!

Problem Solving and Program Design in C is one of the best-selling introductory programming textbooks using the C programming language. It embraces a balanced approach to program development and an introduction to ANSI C. The book provides a gradual introduction to pointers and covers programming with functions early in the text. In later chapters, students learn to implement fundamental data structures such as lists, stacks, queues, and trees in a language that fosters their understanding of stack- and heap-dynamic memory allocation and programmer-controlled pointers. To enhance students' learning experience it offers the right amount of pedagogical features that include end-of-section and…    
Customers also bought

Book details

List price: $154.80
Edition: 7th
Copyright year: 2013
Publisher: Addison Wesley
Publication date: 2/23/2012
Binding: Paperback
Pages: 840
Size: 6.00" wide x 9.00" long x 1.00" tall
Weight: 2.420
Language: English

Computer Science as a Career Path
Overview of Computers and Programming
Overview of C
Top-Down Design with Functions
Selection Structures: if and switch Statements
Repetition and Loop Statements
Pointers and Modular Programming
Arrays
Strings
Recursion
Structure and Union Types
Text and Binary File Processing
Programming in the Large
Dynamic Data Structures
Multiprocessing Using Processes and Threads
On to C++ (Online at www.aw.com/cssupport)
More about Pointers
ANSI C Standard Libraries
C Operators
Character Sets
ANSI C Reserved Words
Answers to Odd-Numbered Self-Check Exercises (Online at www.aw.com/cssupport)
Glossary
Index