Below topics shall be covered,
- Introduction to functions
- Function prototype
- function definition
- function call
- Built-in functions (string functions, math functions)
- Recursion Example Program
- Computation of Sine series
- Scientific calculator using built-in functions
- Binary Search using recursive functions
- Pointers
- Pointer operators
- Pointer arithmetic
- Arrays and pointers
- Array of pointers – Example Program
- Sorting of names
- Parameter passing
- Pass by value
- Pass by reference
- Example Program
- Swapping of two numbers
- changing the value of a variable using pass by reference
Views: 0