•
•
5.
For loop and its variants
- While loop
- Do while loop
Jump Statements
- Return
- Goto
- Break
- Continue
Exit ( ) Function
Functions
• What functions do
• The function structure
• Arguments of a function
• Return from the function and return from main ( )
• Types of a function
• Function declaration
• Function Prototypes
• Variables
•
6.
- - Local variables
- Formal parameters
- Global variables
Calling the function
- Call by value
- Call by reference
• Scope rules for a function
• Recursive functions
Arrays
• Defining an Array
• Array Handling in C
• Array Initialisation
93