These are Solved questions in C intended for home they were compiled using Visual C++ 6 Downloading the Questions ========================= 1. click on the lesson number required 2. save it as cpp file 3. run it Note ===== In some questions, several files are involved in the project: for example: Ques. 6.16 has 3 files in the project : 6_16.h //header 6_16.cpp//implementation file 6_16_main//file of main() Make sure you add all of them to the project. Good Luck!