HomeComputers & TechnologyC by Dissection: The Essentials of C Programming
Skip to product information
1 of 1

C by Dissection: The Essentials of C Programming

paperbackOctober 30, 2000
Regular price $131.26 USD
Regular price Sale price $131.26 USD
Sale Sold out
Shipping calculated at checkout.
Secure Checkout
Quality Guaranteed
New In Stock
ISBN-13: 9780201713749 ISBN-10: 0201713748
Publisher
PEARSON EDUCATION
Binding
paperback
Published
October 30, 2000
Weight
2.1 lbs
Dimensions
22.60×18.80×3.80 cm

About this book

C by Dissection: The Essentials of C Programming by Pohl, Ira. paperback edition. ISBN: 9780201713749.

C by Dissection presents a thorough introduction to the programming process by carefully developing working programs to illuminate key features of the C programming language. This book presents the concepts of the programming process using the "dissection" method. Dissection is a unique tool first developed by the authors to point out key features of program code. It is similar to a structured walk-through of the code, with the intention of explaining newly encountered programming elements and idioms as found in working code. KEY TOPICS: Each chapter presents a number of carefully explained programs, which lead the reader in a holistic manner to ever-improving programming skills. Right from the start, the reader is introduced to complete programs, and at an early point in the book is introduced to writing functions as a major feature of structured programming. This edition features expanded treatment of pointers, memory management, and recursion. It also takes into account the fact that many people are learning Java as a first language and then going to C, or vice-versa, and calls out those topics that present a challenge when making such transitions (e.g. i/o, data types). MARKET: This book assumes no programming background and can be used by first-time computer users or by experienced programmers who are transitioning to C.