![[Book Cover]](../covergif/013482282X.gif)
|
C for Business Programming, 1/e
John C. Molluzzo, Pace University
Published June, 1995 by Prentice Hall Engineering/Science/Mathematics
Copyright 1996, 545 pp.
Paper
ISBN 0-13-482282-X
$57.00
|
Sign up for future mailings on this subject.
See other books about:
C
|
One of the only books of its kind to focus soley on
business applications, this comprehensive introduction to ANSI C programming
conforms to the ANSI C standard and is geared for users with little
programming experience. Sensibly o rganized, it explains concepts in a
clear, understandable language supported by many fully worked-out examples;
highlights important definitions, concepts, and rules; and illustrates key
ideas in over 70 complete example programs.
Contains
nearly 600 exercises, experiments and programming problems of varying types
and levels of difficulty. Each chapter: includes exercises on the syntax
and semantics of C; and provides programming problems ranging from 10-
to 20-line programs to full-scale projects that
require the use of several user-defined functionsall emphasizing
business applications of C. Covers basic data types, variables, arithmetic
operators, precedence rules, and the printf() and scanf() functions in
short, easily digestible units. Discusses the basic control structures of
programming and their applications, covering such topics as indefinite
iterationwith a complete analysis of the while statement, and the
if statement in its major application, processing payrolls. Introduces the
idea of a function gradually, and includes detailed sections on the four
applications that use functions, namely, calculating interest, approving
loan applications, calculating commissions, and displaying a table of
powers. Examines how to access array elements and process an array correctly.
Explains the importance of pointers, using illustrative programs to show
how to count characters in a string, display a string in
reverse, and count words in a string. Studies typedef and structures,
and exlains how to sort and search a table, including both sequential
and binary searches. Offers a thorough treatment of file processing in C.
1. Introduction to C.
2. Integers.
3. Real Numbers.
4. More Arithmetic Operators.
5. Indefinite Iteration.
6. Definite Iteration.
7. Program Control: Decision making with if.
8. Complex Decisions.
9. Functions.
10. Modular Design Using Functions.
11. Arrays.
12. Pointers and Strings.
13. Pointers, Arrays, and Functions.
14. User-Defined Data Types and Structures.
15. File Processing in C.
Appendix A. Computers, Data, and Program Development.
Appendix B. Program Control.
Appendix C. The Functions printf() and scanf().
Appendix D. C Keywords and Library Functions.
Index.
|