Skip to main content

Spoken Tutorials Videos on C Programming

  • 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:
  1. First C Program
  2. C Tokens
  3. Scope of Variables
  4. If-else statement
  5. Nested if and switch statement
  6. Arithmetic Operators
  7. Increment and Decrement Operators
  8. Relational Operators
  9. Logical Operators
  10. Functions

This list will be updated as and when the relevant concepts are covered in the class/ lab.

Comments

Popular posts from this blog

Conduction of lab IA-2 + Online PSPC Quz-2

Please make a note of the following points: 1) Conduction of lab IA-2: Lab IA-2 will be conducted during the 3rd week of May. i.e., on  17/05/2018 (Thursday) from 2:30 - 5:00 PM for F1 Batch  and  17 /05/2018 (Thursday) from 9:00 AM - 12:30 PM for F2 Batch students . Click Here  to access the problem definitions for lab IA-2. You need to practice these C programs thoroughly before coming for lab IA-2. You will be asked to pick any one problem definition ( randomly ) from the above mentioned list during lab IA-2. 2)Conduction of Online PSPC Quiz-2: Online PSPC Quiz-2 will be conducted on  11/05/2018 (Friday) from 3:00 - 4:00 PM . This will be an online quiz ( similar to quiz-1 ), and will be conducted using  Google Forms .  Syllabus for PSPC Quiz-2: MCQs from Balagurusamy Texbook, covering the chapters: Chapter-7: Arrays Chapter-8: Character Arrays and Strings Chapter-9: User-defined Functions Chapter-10: Structures and Unions  (Unions not included) Chapter-1