Table of Contents
Table of Contents
Preface
Author Profile
Acknowledgments
Chapter 1 – Introduction to C (pp. 1-4)
Chapter 2 – Data Types, Constants and Variables (pp. 5-10)
Chapter 3 – Getting Started with Basics (pp. 11-14)
Chapter 4 – Operators and Expressions (pp. 15-26)
Chapter 5 – Program Control (pp. 27-38)
Chapter 6 – Standard Input/Output (pp. 39-40)
Chapter 7 – Functions (pp. 41-48)
Chapter 8 – Strings and Arrays (pp. 49-54)
Chapter 9 – Structures, Union, Bit Fields (pp. 55-66)
Chapter 10 – Pointers (pp. 67-84)
Chapter 11 – File Input/Output (pp. 85-96)
Chapter 12 – Dynamic Memory Allocation (pp. 97-102)
Appendix A. Exercises for Cruising Your Technical Mind (pp. 103-104)
Appendix B. Miscellaneous Question and Answers (pp. 105-106)
Appendix C. C Questions (pp. 107-172)
Index