جزییات کتاب
Appreciate the learning path to CDescriptionBest way to learn any programming language is to create good programs in it. C is not an 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 19th Edition. If you learn the language elements form 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.What you will learn● C Instructions● Decision Control / Loop Control / Case-Control / Repetitions Instruction● Functions, Pointers, Recursion, Translation unit, Scope, Linkage● Data Types, C Preprocessor● Arrays, Strings, Operations on Bits, Wide Character, Storage classes● Structures, Console & File Input/Output, Coding styleWho this book is forStudents, Programmers, researchers, and software developers who wish to learn the basics of the C programming language.Table of Contents0. Before We Begin…1. Getting Started2. C Instructions3. Decision Control Instruction4. More Complex Decision Making5. Loop Control Instruction6. More Complex Repetitions7. Case Control Instruction8. Functions9. Pointers10. Recursion11. Data Types Revisited12. The C Preprocessor13. Arrays14. Multidimensional Arrays15. Strings16. Handling Multiple Strings17. Structures18. Console Input/Output19. File Input/Output20. More Issues In Input/Output21. Operations On Bits22. Miscellaneous Features23. Periodic Tests, Course Tests