Skip to content

C Programming for the Absolute Beginner

Best in textbook rentals since 2012!

ISBN-10: 1598634801

ISBN-13: 9781598634808

Edition: 2nd 2008

Authors: Michael Vine

List price: $23.95
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!

Description:

If you are new to programming with C and are looking for a solid introduction, this is the book for you. Developed by computer science instructors, books in the for the absolute beginner series teach the principles of programming through simple game creation. C is not an easy language to learn, but fortunately the clear explanations, examples, and pictures in this book make learning C easy and fun. Each chapter contains programming challenges, a chapter review, and a complete program that uses chapter-based concepts to construct an easily built application. You will acquire the skills that you need for more practical C programming applications and will learn how these skills can be put to…    
Customers also bought

Book details

List price: $23.95
Edition: 2nd
Copyright year: 2008
Publisher: Course Technology
Publication date: 10/11/2007
Binding: Paperback
Pages: 336
Size: 7.00" wide x 8.75" long x 0.75" tall
Weight: 1.496
Language: English

Michael Vine is a senior IT professional who specializes in data warehousing and business intelligence. Beyond corporate life, he has taught computer science classes at the university and college level and authored many software programming books.

Getting Started
Beginning Data Types
Conditions
Looping Structures
Structured Programming
Arrays
Pointers
Strings
Arrays & Structures
Dynamic Memory Allocation
File Access
The C Preprocessor