Pointers, Arrays, and Recursion

This course is part of Introductory C Programming Specialization

Instructors: Andrew D. Hilton +2 more

Instructor ratings

We asked all learners to give feedback on our instructors based on the quality of their teaching style.

Skills you'll gain

  •   C (Programming Language)
  •   Computer Programming
  •   Data Structures
  •   Computational Thinking
  •   Program Development
  •   Algorithms
  •   Debugging
  • There are 5 modules in this course

    The third course in the specialization Introduction to Programming in C introduces the programming constructs pointers, arrays, and recursion. Pointers provide control and flexibility when programming in C by giving you a way to refer to the location of other data. Arrays provide a way to bundle data by guaranteeing sequences of data are grouped together. Finally, recursive functions—functions that call themselves—provide an alternative to iteration that are very useful for implementing certain algorithms.

    Arrays

    Uses of Pointers

    Recursion

    Project

    Explore more from Software Development

    ©2025  ementorhub.com. All rights reserved