Also be wary of the book "Let Us C" by Yashwant Kanetkar. It is a horribly outdated book that teaches Turbo C and has lot of obsolete, misleading and downright incorrect material. Learn C The Hard Way- Zed Shaw.A critique of this bookby Tim Hentenaar: To summarize my views, which ar...
1.1. first code 1.2. assignment 1.3. function 1.4. printf() Function 1.5. return statement 1.6. scanf() – keyboard input 1.7. bug and debug 1.7.1. How to debugging 2. C vs C++ 3. Data type. 3.1. float 3.2. Floating point vs double 3.3. int 3.4. real 3.5. Array 3.6. Char 4....