C is a general-purpose, Imperative and Procedural programming language. It is fast, portable and available on all platforms.
If you are new to programming, C is a good choice to start your programming journey. You should follow this course step by step and at last, you find yourself a genius programmer.
| C-Introduction |
|---|
| C Introduction |
| Compiler Setup and Installation |
| Your First C Program |
| C Compilation Stages |
| C - Basics |
|---|
| Keywords and identifier |
| Variable and Constants |
| Data type In C |
| Type Qualifiers in C |
| Input/Output In C |
| Operators |
| C- Flow Control Methods |
|---|
| Control Flow In C |
| if-else statement |
| Loop method In C |
| switch-case In C |
| break and continue statements |
| goto statement |
| C Flow Control Program |
| C- Function |
|---|
| Function in C |
| User-defined Function in C |
| Function Calling In C |
| C-Pointer |
| Function Call by value and Call by reference |
| Recursive function in C |
| C- Array and String |
|---|
| Array In C |
| Types of Array |
| Pointer Use In Array |
| Function Calling with Array Input |
| string In C |
| C- Structure and Union |
|---|
| Structure In C |
| Structure Packing,Alignment and Padding |
| Array of Structure |
| Structure Input In Function Call |
| C -Union |