C is a general-purpose computer programming language. It was created in the 1970s by Dennis Ritchie, and remains very widely used and influential. By design, C's features cleanly reflect the capabilities of the targeted CPUs.
- Basic Structure in C
- Variables and Datatypes
- Operators
- Format Specifiers & Escape Sequence Characters
- Conditional Statements
- Switch Case
- Loops
- Goto Statement
- Functions
- Typecasting
- Recursion
- Arrays
- Pointers
- Arrays and Pointers Arithmetic
- Types Of Function Calls
- Passing Arrays As Function Arguments
- Strings
- String Functions
- Structures
- Typedef
- Union
- Static Variables
- Dynamic Memory Allocation - Theory
- Dynamic Memory Allocation - Code
- Storage Class
- Void Pointer
- Null Pointer
- Dangling Pointer
- Wild Pointer
- Pre Processor
- #define #include Pre Processor Directive
- Macros
- File IO - Theory
- File IO - Functions
- File IO - Modes
- Command Line Arguments
- Function Pointer
- CallBack Function
- Memory Leak