The new edition of this classic book has been thoroughly revamped, but remains faithful to the principles that have established it as a favorite amongst students, teachers and software professionals round the world.
"Simplicity"-that has been the hallmark of this book in not only its previous twenty English editions, but also in the Hindi, Guajarati, Japanese, Korean, Chinese and US editions. This book doesn't assume any programming background. It begins with the basics and steadily builds the pace so that the reader finds it easy to handle advanced topics towards the end of the book.
Each chapter contains:
● Lucid explanation of the concept.
● Well thought-out, fully working programming examples.
● End-of-chapter exercises to practice the skills learned in the chapter.
● Hand-crafted "KanNotes" that will help you remember and revise the concepts covered in each chapter.
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 style, Interaction With ChatGPT Thro C.
Who this book is forStudents, Programmers, researchers, and software developers who wish to learn the basics of the C programming language.
Table of Contents1. Getting Started
2. C Instructions
3. Decision Control Instruction
4. More Complex Decision Making
5. Loop Control Instruction
6. More Complex Repetitions
7. Case Control Instruction
8. Functions
9. Pointers
10. Recursion
11. Data Types Revisited
12. The C Preprocessor
13. Arrays
14. Multidimensional Arrays
15. Strings
16. Handling Multiple Strings
17. Structures
18. Console Input/Output
19. File Input/Output
20. More Issues In Input/Output
21. Operations On Bits
22. Miscellaneous Features
23. Security Programming
24. Interaction With ChatGPT Thro C
25. Interview FAQs
26. The Next Level
Appendix A – Compilation And Execution
Appendix B – Precedence Table
Appendix C – Chasing The Bugs
Appendix D – ASCII Chart
Periodic Tests I to IV, Course Tests I, II