Programming with C

⌘K
  1. Home
  2. Docs
  3. Programming with C
  4. Functions and Pointers

Functions and Pointers

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

Articles

How can we help?

0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments