
Introduction to C Language
Introduction to C
Character set in C
Tokens in C
Keywords in C
Identifiers in C
Constants in C
Variables in C
Datatype in C
Operators in C
Operators Precedence and Associativity
Type Casting
Input Output in C
Question & Answer

Conditional Statements
Introduction to Conditional Statement
If Statement
if else statement
Nested if Else Statement
Else if Ladder Statement
Switch Case Statement
Question & Answer

Looping Statements
Introduction to Loops
For Loop
While Loop
do while Loop
Nested loops
Question & Answer

Jumping Statement
Introduction to Jumping Statement
Break Statement
Continue Statement
goto Statement
Return Statement
Question & Answer

Arrays
Basic of Array
One Dimensional Array
Searching in Array
Sorting in Array
Two dimensional arrays
String in C
String Library Functions
Question & Answer

Functions
Function Definition
Function Declaration
Type of Function
Call By Value
Call By Reference
Recursion
Question & Answer

Structure and Union
Basics of Structures
Arrays of Structures
Nested Structures
Pointers to Structures
Passing Structure to Function
Union
Question & Answer

Pointers
Basics of Pointers
Passing Reference to Function
Passing Array to function
Dynamic Memory Allocation
Question & Answer