C Language
Lean the mother of modern languages.
1. Setup environment
Quick setup guide for your C environment.
2. Datatype & Operators
Understand C data types and how operators work.
3. Control Statements
Conditions (if, else, else if), Loops (for, while, do while), Increment (++), Decrement (--), Prefix & Postfix
4. Function
Create reusable code snippets to write cleaner and organized code.
5. Array & String Explained
Step-by-step guide to creating and using string arrays. Perfect for new coders learning how to organize and manipulate text in code
6. Pointers
Learn pointers in C: memory address, pointer operations, and how to efficiently handle data.
7. Strcuture & Union
Learn how to create custom data types in C using Structure, Union, typedef, and enum.
8. File Handling
Learn how to create, read, write, and append files in C with practical examples.
9. Dynamic Memory Allocation
Learn how to allocate, use, and free memory dynamically in C programs.
10. Pattern
Triangles, pyramids, hollow shapes, and numbers pattern
11. Projects
Small attractive Projects for CSE101.
12. Tips & Tweak
Shortcuts, tricks & quick guides