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.
CF
Teaches you how to use GDB and debug code effectively. Challenging and engaging homework.
BG
Great course that taught important programming topics.
FG
Very good material arrangement and assignment settings!
RD
This was an amazing experience to be a part of this course. It helped me to boost up my confidence.
AA
The project is difficult to complete. It would have been nice if they gave instructions in algorithmic style,instead of giving subtle instruction.
RR
The last project is the most difficult one I ever had in a while. I am enjoying it very much.
DH
End of course project was challenging and fun. Lots of opportunity to learn how to debug memory issues with valgrind.
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
BK
excellent foundation-building course, not an easy one though
RS
Very well designed hands-on training course for developing a real software program in C.