InterviewSolution
Saved Bookmarks
| 1. |
What is the simple way to learn c language? |
|
Answer» language REFERENCE , USER guide or tutorial book. It will be good if it has a compiler or interpreter software along with it in a DVD/CD.Read the book and at the end of each topic, try the EXAMPLES given in the book or the DVD. It is a must to write algorithms, flow charts CAREFULLY before writing programs. Test the programs on line with the DVD or on the Internet sites where c programs are COMPILED and executed and results are shown. This is the simple way. |
|