This document contains the instructor's manual for the book "C How to Program" by Deitel & Deitel. It provides solutions to exercises in each chapter of the book, which covers topics ranging from introduction to computers and the C programming language to more advanced topics like pointers, structures, file processing, and object-oriented programming in C++ and Java. The solutions demonstrate how to correctly write C code to solve programming problems, handle errors, and explain the logic and output of programs.