Skip to content

Applications Programming in ANSI C

Best in textbook rentals since 2012!

ISBN-10: 0023611413

ISBN-13: 9780023611414

Edition: 3rd 1996 (Revised)

Authors: Richard Johnsonbaugh, Martin Kalin

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

Customers also bought

Book details

List price: $199.99
Edition: 3rd
Copyright year: 1996
Publisher: Prentice Hall PTR
Publication date: 12/26/1995
Binding: Paperback
Pages: 896
Size: 7.25" wide x 9.25" long x 1.50" tall
Weight: 2.684
Language: English

(NOTE: Each chapter ends with common programming errors and programming exercises). 0. Computer Systems and Program Development. Algorithms. Computer Systems. Internal representations. Programming Languages. Program Development. Why C? 1. Introduction to C. A First C Program. Sample application: Conversion of lengths. Identifiers. The while statement. Sample Application: Computing Income Tax. The if statement. More on the if statement. Redirecting input and output. Files. 2. Variables, Operators, and Control Flow. Characters and integers. Floating-point variables. Arithmetic operations. Relational and logical operators and the assignment operator. Sample…