Solve your C programming problems with practical and informative recipes. This book covers various aspects of C programming including the fundamentals of C, operators and expressions, control statements, recursion, and user-defined functions. Each chapter contains a series of recipes that you can easily reference to quickly find the answers you are looking for.
C Recipes also contains recipes and solutions for problems in memory management, arrays, standard input and output, structures and unions, pointers, self-referential structures, data files, pre-processor directives, and library functions.
Those with some experience in C programming.
Chapter 1: Welcome to C
Chapter 2: Control Statements
Chapter 3: Functions and Arrays
Chapter 4: Pointers and Arrays
Chapter 5: Functions and Structures with Pointers
Chapter 6: Data Files
Chapter 7: Self-Referential Structures
Chapter 8: Stacks and Queues
Chapter 9: Searching and Sorting
Chapter 10: Cryptographic Systems
Chapter 11: Numerical Methods
Appendix A: Reference Tables
Appendix B: Library Functions
Appendix C: C Idioms
Appendix D: Glossary of Terms