C Primer Plus, Fourth Edition Table of Content Copyright PREFACE Approach and Goals Changes in the 4th Edition ABOUT THE AUTHOR ACKNOWLEDGMENTS TELL US WHAT YOU THINK!. What Computers Do
Trang 2C Primer Plus, Fourth Edition Table of Content
Copyright
PREFACE
Approach and Goals
Changes in the 4th Edition ABOUT THE AUTHOR
ACKNOWLEDGMENTS TELL US WHAT YOU
THINK!
Chapter 1 Getting Ready Whence C?
Why C?
Trang 3Whither C?
What Computers Do
High-Level Computer
Languages and Compilers Using C: Seven Steps
Programming Mechanics Language Standards
Book Organization
Some Conventions
Summary
Review Questions
Programming Exercise Chapter 2 Introducing C
A Simple Sample of C
Trang 4The Explanation
The Structure of a Simple
Program
Tips on Making Your Programs Readable
Taking Another Step
While You're at It Multiple
Functions
Debugging
Keywords and Reserved
Identifiers
Key Concepts
Summary
Review Questions
Trang 5Programming Exercises
Chapter 3 Data and C
A Sample Program
Data Variables and Constants Data: Data-Type Keywords
C Data Types
Using Data Types
Arguments and Pitfalls
One More Example
Key Concepts
Summary
Review Questions
Programming Exercises
Chapter 4 Character Strings
Trang 6
C Primer Plus, Fourth
Edition By Stephen Prata
Table of Contents
[SYMBOL ] [A] [B] [C] [D] [E] [F] [G] [H] [I] [J] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [Z]
z modifier
printf( ) function
Zeno
zeno.c program
code 2nd
Trang 7zippo1.c program 2nd
code 2nd
zippo2.c program
code 2nd 3rd
Top