C Language is teaching you , How to do Programming. We will do all topics given below with a lots of examples.
Syllabus in Nut-shell : Basic of language , Operators (Arithmetic , Logical , Relational , Increment / Decrement , conditional operator and many more.), control statements(Decision-making - if and switch statements , Iterative statement or Loop statements).
Loop (while , do..while , for) , Nesting Loop - ex. of pattern making , prime no.s are also covered.
Array( 1-dimensional , 2D - examples of matrix addition , Multiplication , Transpose will be covered).
Pointer - use of pointer with example
Structure (user defined data-type): Define , use it , with pointer , pass to fuction.
Functions: meaning , declare , prototype , define it , passing variable to fuction , passing array to function , passing structure to function etc.
File Handling: concept , flle hanling using programs.
many more concepts. All topics will be cleared with many examples.