This lecture covers loops, arrays, 2D arrays, break, continue and exercises in C language. It discusses for loops, while loops, do while loops and different types of arrays like 1D arrays, 2D arrays and 3D arrays. It also provides examples of exercises on sorting arrays, finding array size, odd/even numbers in arrays, printing elements till a user entered number and excluding a user entered number.
Related topics: