Description
Book SynopsisThis reference manual provides a complete description of the C language, the run-time libraries, and a style of C programming that emphasizes correctness, portability, and maintainability. It should be suitable for course in departments of computer science, CIS, MIS and IT.
Table of ContentsI. THE C LANGUAGE. 1. Introduction. 2. Lexical Elements. 3. The C Preprocessor. 4. Declarations. 5. Types. 6. Conversions and Representations. 7. Expressions. 8. Statements. 9. Functions. II. THE C LIBRARIES. 10. Introduction to the Libraries. 11. Standard Language Additions. 12. Character Processing. 13. String Processing. 14. Memory Functions. 15. Input/Output Facilities. 16. General Utilities. 17. Mathematical Functions. 18. Time and Date Functions. 19. Control Functions. 20. Locale. 21. Extended Integer Types. 22. Floating-point Environment. 23. Complex Arithmetic. 24. Wide and Multibyte Facilities Appendix A. The ASCII Character Set. Appendix B. Syntax of the C Language. Appendix C. Answers to the Exercises. Index.