![[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
|
Sign up for future mailings on this subject.
See other books about:
C--Programming for Business-Computer Science
|

One of the only texts of its kind to focus soley on business applications,
this comprehensive introduction to ANSI C programming is geared for
students with little programming experience. Sensibly organized,
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.
- 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.
introduces topics on a need-to-know basis to provide
motivation for the student.
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.
explains how to access array elements and process
an array correctly.
helps students understand 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.
|