I will teach C language as per listed below.
Basics like how to use printf and scanf. You will learn how to read inputs through scanf. How to display data on screen.
Loops like while, do..while and for loops. Solve the examples to understand loops properly.
Understand about break and continue. Understand about switch.
Functions .. you will learn about function signature, function calling and function definition.
Pointers .. what is pointers, what is call by value and call by reference?
Structures and unions.. understand about structures and unions. Access structure members through pointers. Difference between structure and union.
Storage classes. You will learn about local, global and static variable. Practice with multiple examples .
You will learn about difference between static and global function definition.
Understand about bitwise operators and their usage.
Files... Work with fcreate, fopen and fclose calls.
Data structures like single linked list and double linked list.
Do the mini project.