This document outlines the agenda for Lecture 2 on the C programming language. It covers data types, comments, getting data from the user, operators including arithmetic, assignment, bitwise, logical, relational, and ternary operators. It also discusses if/else statements and switch cases. Exercises are provided to demonstrate printing sentences and numbers, adding and multiplying numbers entered by the user, checking if a number is even or odd, relating two numbers, checking voting eligibility based on age, and determining if a year is a leap year.
Related topics: