Skip to content

First Book of ANSI C, Fourth Edition

Best in textbook rentals since 2012!

ISBN-10: 1418835560

ISBN-13: 9781418835569

Edition: 4th 2007 (Revised)

Authors: Gary J. Bronson, Andy Hurd

List price: $170.95
Blue ribbon 30 day, 100% satisfaction guarantee!

Rental notice: supplementary materials (access codes, CDs, etc.) are not guaranteed with rental orders.

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!

This fourth edition of Gary Bronson's classic text implements the C99 standard in all discussion and example programs.
Customers also bought

Book details

List price: $170.95
Edition: 4th
Copyright year: 2007
Publisher: Course Technology
Publication date: 2/2/2006
Binding: Paperback
Pages: 768
Size: 7.25" wide x 8.75" long x 1.00" tall
Weight: 2.816
Language: English

Dr. Gary J. Bronson is a Professor of Information Systems at Fairleigh Dickinson University, where he has twice been voted Teacher of the Year. Dr. Bronson has worked as a senior project engineer at Lockheed Electronics, has been an invited instructor and consultant to Bell Laboratories, and has served as a software consultant to a number of Wall Street financial firms. He has also authored several successful programming textbooks on C, C++, and Java(tm) as well as articles on teaching Excel using incrementally reinforcing case studies.

Fundamentals
Introduction to Computer Programming
Getting Started in C Programming
Processing and Interactive Input
Flow of Control
Selection
Repetition
Modularity Using Functions: Part I
Modularity Using Functions: Part II
Completing The Basics
Arrays
Character Strings
Data Files
Additional Topics
Arrays, Addresses, and Pointers
Structures
Dynamic Data Structures
Additional Capabilities
A Brief Introduction to C++
Fundamentals of C++ (Online Only)
Additional C++ Class Capabilities (Online Only)
Appendix
Operator Precedence Table
ASCII Character Codes
Standard C Library
Input, Output, and Standard Error Redirection
Floating-Point Number Storage
Creating a Personal Library
Solutions to Short Answer Questions