Skip to content

Essential C An Introduction for Scientists and Engineers

Best in textbook rentals since 2012!

ISBN-10: 003010548X

ISBN-13: 9780030105487

Edition: Student Manual, Study Guide, etc. 

Authors: P. K. Andersen, G. Bjedov, M. G. Scarbrough

Blue ribbon 30 day, 100% satisfaction guarantee!
Out of stock
We're sorry. This item is currently unavailable.
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:

In recent years, C has become the programming language most often chosen by "serious" programmers; those who program for a living. C's rich set of operators and library functions allows programmers to write powerful, concise, and elegant code. Furthermore, C compilers exist for virtually every type of computer, and C programs are portable between different types of computers. Perhaps the main advantage of C over other programming languages is its versatility. On the one hand, C is a powerful general-purpose language that supports structured and modular programming languages; but at the same time, it provides access to lower-level facilities that most other languages hide from the…    
Customers also bought

Book details

Publisher: Oxford University Press, Incorporated
Publication date: 3/2/1995
Binding: Paperback
Pages: 224
Weight: 1.122
Language: English

Introduction
Integer Data
Floating-Point Data
The Standard Mathematics Library
Flow of Control: Selection
Flow of Control: Repetition
User-Defined Functions
Functions and Call by Reference
Arrays
Two-Dimensional Arrays
Character Data
Strings
Simple File I/O
C Shortcuts and Idioms
Operator Precedence and Associativity
Standard Mathematical Functions
Matrix Algebra
ASCII and EBCDIC Character Codes