Chevron Left
Back to Pointers, Arrays, and Recursion

Learner Reviews & Feedback for Pointers, Arrays, and Recursion by Duke University

4.3
stars
349 ratings

About the 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....

Top reviews

KS

Oct 19, 2020

Great introductory course for those who want to learn primitive part of programing.

BG

Jun 2, 2019

Great course that taught important programming topics.

Filter by: