C syllabus
- Basics of Programming.
- Variables, loops, data types and operations in C, layout of a C program.
- Functions and practise programs.
- Pointers and data structures.
- Structs, const, enum and misc elements of C.
- Introduction to programming.
- Beginners guide to coding.
- C yesterday, today and tomorrow.
- Variables and data types in C.
- Operators in C.
- If-else and For loop.
- While and do while loop
- Conversion of loops,infinite loops and nested loops.
- Switch case and enum.
- Break, continue,and goto.
- Functions in C.
- Recursion and principles of recursion.
More reference links on Recursion-
- https://www.byte-by-byte.com/recursion/
- https://medium.com/front-end-weekly/a-quick-guide-to-recursion-by-example-c0e7949b8ab6
- https://www.byte-by-byte.com/recursion/
-
Array part 1
-
Array part 2
-
Strings part 1
-
Pass by value and pass by reference. [Read also](https://www.educative.io/edpresso/pass-by-value-vs-pass-by-reference
-
Miscelleonous