About Book:
Best way to learn any programming language is to create good programs in it. C is not exception to this rule. Once you decide to write any program you would find that there are always at least two ways to write it. So you need to find out whether you have chosen the best way to implement your program. That’s where you would find this book useful. It contains solutions to all the exercises present in let us C 16th edition. If you learn the language elements from let us C, write programs for the problems given in the exercises and then cross check your answers with the solutions given in this book you would be well on your way to become a skilled C programmer. I am sure you would appreciate this learning path like the millions of students and professionals have in the past decade.
Table of Contents
Introduction br>Chapter 0: before we begin br>Chapter 1: getting started br>Chapter
2: C instructions br>Chapter
3: decision control instruction br>Chapter
4: more complex decision making br>Chapter
5: loop control instruction br>Chapter
6: more complex repetitions br>Chapter
7: case control instruction br>Chapter
8: functions br>Chapter
9: pointers br>Chapter
10: recursion br>Chapter
11: Data types Revisited br>Chapter
12: The C pre-processor br>Chapter
13: arrays br>Chapter
14: multidimensional arrays br>Chapter
15: strings br>Chapter
16: handling multiple strings br>Chapter
17: structures br>Chapter
18: console input/ output br>Chapter
19: file input/output br>Chapter
20: more issues in input/output br>Chapter
21: operations on bits br>Chapter
22: Miscellaneous features br>Chapter
23: Periodic tests – I, II, III, IV”.