Fundamentals of C Language
- History Of C
- Features Of C
- How To Install C
- First C Program
- Variables in C
- Datatypes in C
- Keywords in C
- Operators in C
- Comments in C
- Constants in C
Control Statements in C Language
- if else
- if else if ladder
- nested if
- Switch
- Loops
- do-while loop
- while loop
- for loop
- break
- goto
- Continue
Functions in C Language
- Introduction to Functions
- Function Types
- Call by value
- call by reference
- Recursion in C
- Storage Classes
Arrays in C Language
- Introduction to Arrays
- Array Types
- 1-D array
- 2-D array
- Array to functions
Strings in C Language
- Introduction to Strings
- String functions
Pointers in C Language
- Introduction to Pointers
- Single Pointer
- Pointer to Pointer
- Pointer to Functions
- Pointer to Arrays
Structures in C Language
- Introduction to Structures
- Nested Structures
- Structure to Arrays
- Structures to Functions
Unions in C Language
- Introduction to Unions
Dynamic memory allocation in C
- Introduction to DMA
File Handling in C Language
- Introduction to Files