Arrays
  • One dimentional arrays
Pointers
  • Memory architecture.
  • Pointers Introduction.
  • Pointer Variable Definition
  • How to access pointer variable
  • Pointer Variable assignment
  • Pointer to Pointer (double pointer variable , n pointer variable)
  • Passing Address to a function.
  • Passing Address to a function : Example.
  • Null Pointer
  • Pointer to Array and printing array elements by using pointer variable-Method 1
  • Pointer to Array and printing array elements by using pointer variable-Method 2
  • Pointer to Array and printing array elements by using pointer variable-Method 3
Structures
  • Why Structures required?
  • Structure Definition and Creation
  • Structure Variable Creation and Memory allocation for Structure
  • Writing into Structure members (Accessing structure members)
  • Pointer to Structure
  • Accessing Structure members by using Pointer variable