PTG home
Catalog Search:
Search
Related Topics:
COMPUTING
Programming Languages
C




 
C for Business Programming 1/e

John C. Molluzzo

Published June 1995 by Prentice Hall
Copyright 1996, 545 pp., Paper
ISBN: 0-13-482282-X
List Price:
$92.00

Inventory Status:
In-Stock
   
Summary

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. KEY TOPICS: 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 functions—all 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 iteration—with 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. MARKET: For business managers, and those in computer science fields.

Features

  • 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 functions—all 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 iteration—with 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.


Table of Contents



 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.



back to top