ZT
This course is certainly very challenging and I am glad I made it. To those who are still struggling with the poker game project, I encourage you to keep working hard and you will achieve a lot.

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.

ZT
This course is certainly very challenging and I am glad I made it. To those who are still struggling with the poker game project, I encourage you to keep working hard and you will achieve a lot.
BG
Great course that taught important programming topics.
CF
Teaches you how to use GDB and debug code effectively. Challenging and engaging homework.
RD
This was an amazing experience to be a part of this course. It helped me to boost up my confidence.
FG
Very good material arrangement and assignment settings!
RR
The last project is the most difficult one I ever had in a while. I am enjoying it very much.
VT
very informative and helpful quizzes, readings, and videos
TN
I filled any knowledge gaps I had in pointers, arrays and strings.
AQ
Good course, tricky problems that make you think. Got VERY frustrated a few times but completed it. This also got me into emacs but with vim keybindings.
SP
Awesome Course. A very well structured course to learn about C deeply.
SS
This course will help all junior and senior programmers. Thanks to lecturers.
RS
Very well designed hands-on training course for developing a real software program in C.