Basic of C Language
- Overview of C
- Features of C
- My First C program
- C Input/Output
- C Syntax
- Keywords and Identifier
- C operators
- Data Types
- C Variables
- Decision Making
- Switch Statement
- Looping
Advance Topics
- Function
- Storage classes
- C Structures
- Typedef
- Unions
- Pointer
- File Handling
- Error Handling
- Dynamic memory allocation
- Command line argument
C programs
- Find Factorial of a Number
- Reverse a String
- Find Fabonacci Series
- Find sum of a digit
- Sorting an Array element
- Swapping two number
- Find largest number of an array
- Pallindrome Program
Remove duplicate element in an array program