cs-self-learning/docs/编程入门/Duke-Coursera-Intro-C.en.md
2022-09-30 11:17:25 +08:00

988 B

Introductory C Programming Specialization

Descriptions

  • Offered by: Duke
  • Prerequisites: None
  • Programming Languages: C
  • Difficulty: 🌟🌟🌟🌟
  • Class Hour: 110 hours

This is an excellent course which I benefited a lot from.

  • The course teaches fundamental concepts such as frame, stack memory, heap memory, etc.
  • There are great programming assignments to deepen and reinforce your understanding of the hardest part in C, like pointers.
  • Although this is an introductory course, it has both breadth and depth.

Course Resources

Personal Resources

All the resources and assignments used by in this course are maintained in Duke Coursera Intro C. Several assignments have not been completed so far for time reasons.