Cover image for C for business programming
Title:
C for business programming
Personal Author:
Publication Information:
Englewood Cliffs, NJ : Prentice Hall, 1995
ISBN:
9780134822822

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
30000003187998 HF5548.2.M64 1996 Open Access Book Book
Searching...

On Order

Summary

Summary

Focusing soley on business applications, this 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.


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