As you are aware that, this semester, I shall cover C programming through hands-on approach ONLY . I shall be covering C concepts like, Variables, Data Types, Tokens, Keywords, Statements, Loops, Arrays, etc, (indirectly) with the help of a real-world scenario ( Students Grading System ). Hence to understand the usage of C features in general, you must refer the text book " Programming in ANSI C" - by E.Balagurusamy (editions 4 and above). Currently you can read the chapters-1, 2, 3 & 5 from the text book (let me know if you get any doubts). You can also watch the videos available in Spoken Tutorial website on C course. Each video ( not more than 20 mins ) precisely covers a specific topic on C. You can watch to these videos during your free time. (As of now) you can watch the following videos: First C Program C Tokens Scope of Variables If-else statement Nested if and switch statement Arithmetic Operators Increment and Decrement...
Comments
Post a Comment