Softex IT Solutions Aug.2013 | Page 14

Page no:14 5 The Conditional Expression, switch, Nested switch 4.3. Iteration Statements for loop, while loop, do-while loop 4.4 Jump Statements Goto & label, break & continue, exit() function Pointers 5.1. Introduction 5.2. Memory Organization 5.3. The basics of Pointer 5.4. The Pointer operator 5.5. Application of Pointer 5.6. Pointer Expression Declaration of Pointer, Initializing Pointer, De-referencing Pointer 5.7. Void Pointer 5.8. Pointer Arithmetic 5.9. Precedence of &, * operators 5.10. Pointer to Pointer 5.11. Constant Pointer Array & String 6.1 . Single Dimension Arrays Accessing array elements, Initializing an array 6.2 Multidimensional Arrays Initializing the arrays, Memory Representation Accessing array elements 6.3 . Passing Single Dimension array to Function 6.4 . Array & Pointer 6.5 . Array of Pointer 6.6 String Manipulation Functions Function 7.1. Introduction 7.2. Arguments & local variables 7.3. Returning Function Results by reference & Call by value 7.4. Recursion Storage Class & Scope 8.1. Meaning of Terms 8.2. Scope - Block scope & file scope 8.3. Storage Classes Automatic Storage, Extern Storage, Static Storage, Register Storage 3 1,2,3 6 5 1,2,3 7 4 1,2,3 8 2 1,2,3