PC Magazine : guide to C programming /
Jack Purdum.
- California: Ziff Davis, 1992
- 498 p.
CONTENIDO Introduction 1. Compilers, Interpreters and other Programing Tools 1 2. Writing a Simple C Program 17 3. The C Standard Library 35 4. C Data Types 47 5. Data Arrays 69 6. Handling User Input 93 7. Arithmetic, Increment and Decrement Operators 105 8. Relational and Logical Operators and the if Keyword 121 9. The switch Statement 143 10. Program Loops: The while and do-while Statements 161 11. The for Loop 183 12. The Bitwise, Shift and Cast Operators 207 13. Functions 225 14. Function Prototypes 249 15. Scope and the auto and register Storage Classes 263 16. The static and extern Storage Classes 281 17. Introduction to Pointers 299 18. Using Pointers Effectively 329 19. Structures and Unions 367 20. Miscellaneous Data Types 397 21. High-Level File I/O 411 22. Low-Level File I/O 443 23. Preprocessor Directives 457 Appendixes Index