Ø Introduction
Ø Variables & Constants
- · Variables
- · Rules for Variable Name
- · Keywords
Ø Operators
- · Arithmetic Operator
- · Assignment operator
- · Relational Operator
- · Logical Operator
- · Increment & Decrement Operator
- · Bitwise Operator
- · Ternary Operator
- · Comma Operator
- · Type Cast Operator
- · size of Operator
- · C Shorthand
- · Operator Precedence
Ø Decision Control Statements
Ø Loop
Ø Functions
- · Introduction
- · Pointer declaration
- · Other ways to declare pointers
- · Pointer to Pointer
- · Pointer arithmetic
Ø String
- · Introduction
- · String functions
Ø Structures
- Nested structure
Ø Union
Ø Input Output
Ø Preprocessor
ØDynamic Memory Allocation
- · Introduction
- · Difference between Static and Dynamic memory allocation
- · malloc
- · calloc
- · realloc
- · free
No comments:
Post a Comment