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

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.

KS
Great introductory course for those who want to learn primitive part of programing.
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!
AA
The project is difficult to complete. It would have been nice if they gave instructions in algorithmic style,instead of giving subtle instruction.
BK
excellent foundation-building course, not an easy one though
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.
V
Only thing keeping this from 5 stars is the testing assignments
DH
End of course project was challenging and fun. Lots of opportunity to learn how to debug memory issues with valgrind.
RR
The last project is the most difficult one I ever had in a while. I am enjoying it very much.
MK
It was really good going through this course. Assignments and projects were a bit tough but still enjoyed it