Latest Courses
ISTQB Artificial Intelligence Tester Sample ExamsCheck course
JAVA Programming Online Practice ExamCheck course
Programming for Kids and Beginners: Learn to Code in PythonCheck course
Practice Exams | Codeigniter 4 developer certificationCheck course
WordPress Practice Tests & Interview Questions (Basic/Adv)Check course
Git &Github Practice Tests & Interview Questions (Basic/Adv)Check course
Machine Learning and Deep Learning for Interviews & ResearchCheck course
Laravel | Build Pizza E-commerce WebsiteCheck course
101 - F5 CERTIFICATION EXAMCheck course
Master Python by Practicing 100 QuestionCheck course
ISTQB Artificial Intelligence Tester Sample ExamsCheck course
JAVA Programming Online Practice ExamCheck course
Programming for Kids and Beginners: Learn to Code in PythonCheck course
Practice Exams | Codeigniter 4 developer certificationCheck course
WordPress Practice Tests & Interview Questions (Basic/Adv)Check course
Pointers, Arrays, and Recursion

Pointers, Arrays, and Recursion

FREE

(36 customer reviews)
Add to wishlistAdded to wishlistRemoved from wishlist 1
Add to compare
8.9/10 (Our Score)
Product is rated as #16 in category C

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. Duke University has about 13,000 undergraduate and graduate students and a world–class faculty helping to expand the frontiers of knowledge. The university has a strong commitment to applying knowledge in service to society, both near its North Carolina campus and around the world.

Instructor Details

Andrew Hilton is an Associate Professor of the Practice in the Department of Electrical and Computer Engineering in the Pratt School of Engineering at Duke University. He has taught at Duke since 2012, and prior to that he was an advisory engineer at IBM. Among the courses Professor Hilton teaches at Duke is ECE 551, an intensive introduction to programming course that successfully prepares graduate students with no programming experience to learn programming and go on to complete more advanced programming courses. In recognition for excellence in teaching in the Pratt School of Engineering at Duke, Professor Hilton received the Klein Family Distinguished Teaching Award in 2015. Professor Hilton holds a PhD in Computer Science from the University of Pennsylvania.

Specification: Pointers, Arrays, and Recursion

Duration

34 hours

Year

2018

Level

Beginner

Certificate

Yes

Quizzes

Yes

36 reviews for Pointers, Arrays, and Recursion

4.1 out of 5
20
9
2
1
4
Write a review
Show all Most Helpful Highest Rating Lowest Rating
  1. Stephen L

    The content of this course was informative and very challenging. I definitely learned a few things about pointers in C that I didn’t know before. If this course were on another platform I would give it 5 stars. However, this course isn’t on another platform. It’s on Coursera. I have never had such a frustrating time with any MOOC before this and I’ve completed several of them. The built–in terminal that we used to complete our assignments would often kick me out without any notice. I received no credit for most of my completed assignments due to some bug on Coursera’s end. This bug was first reported months before I started the class and it persisted up until my final week of the course. I think that I completed the course but I’m not sure. It’s tough to be certain when you click the link to view your certificate and it raises an error.

    Helpful(1) Unhelpful(0)You have already voted this
  2. Andrew Z

    Wow! I took my first course that was heavy in C in college and I remember it being challenging. Eight years later, I have to say that C is still a challenging topic! I very much enjoying refreshing knowledge that I learned a very long time ago and had forgotten. I’m also pretty pleased with how much better I am at emacs 🙂 I especially liked the clear introduction of how a program is actually organized in memory. Tail recursion explanation was very interesting as well. One thing that I would love to see improved is some of the testing exercises –– it is easy to get stuck and have several days of progress ruined without really learning anything new. This is small but extremely frustrating. Overall I really appreciate this course and think it was immensely helpful for me in my continuing studies. Very well organized and found the pace of the lectures excellent. Very happy and excited, thanks!

    Helpful(1) Unhelpful(0)You have already voted this
  3. Douglas H

    End of course project was challenging and fun. Lots of opportunity to learn how to debug memory issues with valgrind.

    Helpful(0) Unhelpful(0)You have already voted this
  4. Sehyun P

    difficult project but it was worth it

    Helpful(1) Unhelpful(0)You have already voted this
  5. Leonid P

    Good course, but some homeworks too hard.

    Helpful(0) Unhelpful(0)You have already voted this
  6. Antonio B B A

    I’m at the beginning, but I can assure that is really better than the programming courses in the university. The teachers here are very didactic people as long as allow students to have a complete course. Thanks you all.

    Helpful(0) Unhelpful(0)You have already voted this
  7. kedar h

    amazing awesome

    Helpful(0) Unhelpful(0)You have already voted this
  8. Akhil P

    Great course!!

    Helpful(0) Unhelpful(0)You have already voted this
  9. Dhiego S d S

    Very challenging course.

    Helpful(0) Unhelpful(0)You have already voted this
  10. Alan–Frank V

    .

    Helpful(0) Unhelpful(0)You have already voted this
  11. Alan Frank V

    .

    Helpful(0) Unhelpful(0)You have already voted this
  12. leekibeom

    good

    Helpful(0) Unhelpful(0)You have already voted this
  13. Rameshwar S

    Very well designed hands–on training course for developing a real software program in C.

    Helpful(0) Unhelpful(0)You have already voted this
  14. Fabricio B

    The course itself is great. The grading system is a bit frustrating because you don’t know what the actual tests are. Some idea of what they are actually testing would be a great learning experience.

    Helpful(0) Unhelpful(0)You have already voted this
  15. Deleted A

    good one

    Helpful(0) Unhelpful(0)You have already voted this
  16. Donglai R

    Very bad assignment instructions

    Helpful(0) Unhelpful(0)You have already voted this
  17. Gaston M

    Great course. They did a great job in explaining key concepts like pointers and arrays, which are usual subjects with which students struggle.

    Helpful(0) Unhelpful(0)You have already voted this
  18. Will O

    The course requires 100% perfection in order to move on from one assignment to the next in the course as well as from one course to the next within the specialization. This expectation becomes incredibly challenging based upon 1) the minimal teaching videos, 2) lack of programming examples and practice exercises, 3) requiring students to learn and implement tools not addressed in the lessons (e.g. qsort() and void * variables), and 4) heavily relying upon reading out–of–context selections from a textbook co–written by one of the instructors. The structure of this course consistently poses a problem (see the discussions) when a student struggles to understand the material or cannot figure out how to fix their program, even when submitting screenshots of bugs within the course grader. Too often, the instructors and/or their staff ignore questions and do not always provide feedback to assist the student in understanding why their code does not work (once again see the discussions). These flaws could be overlooked if auditing these courses were an option, but at $49 per month these courses should be designed to enable students to learn foundational concepts without demanding absolute perfection. For students who want to learn C Programming, a much better option would be cs50x and/or C Programming with Linux through edX. Both of these courses can be audited for free and do not possess any of the issues mentioned above.

    Helpful(1) Unhelpful(0)You have already voted this
  19. Quang P B

    Very bad tool use for uploading assignment

    Helpful(0) Unhelpful(0)You have already voted this
  20. Damien E B

    Very tricky. Much trickier than the earlier courses in the specialization. This is to be expected because pointers are slippery. My only complaint would be that the course needs more basic instruction in Git. I ran into some major issues with github and lost hours trying to fix them. Git is a great skills and should be included in the course, but I think we need a little more guidance.

    Helpful(0) Unhelpful(0)You have already voted this
  21. Martin H

    A very good course if you just look at the programming part. But most of the time you try to find testcases what the programmer could have done wrong ( without knowing the course). That’s pure luck and does not help to improve my C skills….

    Helpful(0) Unhelpful(0)You have already voted this
  22. Jimmy K A

    Really nice and the project is really challenging.

    Helpful(0) Unhelpful(0)You have already voted this
  23. Brandon G

    Great course that taught important programming topics.

    Helpful(0) Unhelpful(0)You have already voted this
  24. HITESH G

    great

    Helpful(0) Unhelpful(0)You have already voted this
  25. J K

    I think this is one of the best courses I’ve taken (and that’s including the famous deeplearning.ai trajectory), because it is finally quite difficult, and covers even more advanced topics like function pointers. The best part is the fact that there is also some explanation on the hardware and memory, which make understanding the “why” of choices made more intuitive. The order in which new information is added is spot on, and the assignment are relatively difficult and you really have to focus; tinkering your way through doesn’t work (I was reminded of the saying: “Reading for half an hour, will save you two weeks of trying” As a downside: I HATE emacs in this PPE environment; I’m used to sublime text, and all short–cuts/hotkeys are different. In addition, the ctrl–w, which is for copying (I think) closes the PPE tab, have resulted in lost code, and some cursing from my side. However, all in all: great and I would recommend it to anyone interested in C programming (… or learning Emacs ;))

    Helpful(0) Unhelpful(0)You have already voted this
  26. SAPTARSHI D

    nice course

    Helpful(0) Unhelpful(0)You have already voted this
  27. Levin M J S

    Not making enough effort to help students make sense of the convoluted implementations that they had used.

    Helpful(0) Unhelpful(0)You have already voted this
  28. Christopher N

    The quality of assignments slipped rather abruptly in this course. The assignments were rather unclear, ambiguous and often required reading through forum posts and learning through other people’s frustrated comments. This specialization started strong but the course really slipped in quality. The means of education was inefficient, the presentation of assignments was sloppy and under–specified and the final project was unnecessarily tedious and time–consuming and could have easily been replaced by something else (a different card game such as BlackJack vs Texas Hold ‘Em Poker) delivering the same practice without a lot of the tedious rule generation.

    Helpful(0) Unhelpful(0)You have already voted this
  29. Dehming T

    Learned a lot about pointers and arrays which I admittedly spaced out on in college. There was an assignment of recursion and how to efficiently use it, however it’s use seemed somewhat limited in the final project. This would have been a five star, however the discussion forum response from the instructor team needs to be faster, especially since I’m 99% sure I’m reporting an error and the only staff response was not helpful (and no follow up!, bad business there, especially since the courses are paid, not expensive for American standards, but not all countries make American wages).

    Helpful(0) Unhelpful(0)You have already voted this
  30. Jessica S

    Some concepts a bit complex, but with the exercises, especially with the latest project, everything is clear. It was a challenge and I feel very happy to have finished it. I recommend it.

    Helpful(0) Unhelpful(0)You have already voted this
  31. Charulaxmi F

    Teaches you how to use GDB and debug code effectively. Challenging and engaging homework.

    Helpful(0) Unhelpful(0)You have already voted this
  32. Guo F

    Very good material arrangement and assignment settings!

    Helpful(0) Unhelpful(0)You have already voted this
  33. Jake S

    I really enjoyed the instructors, I just think the course is not structured well for Coursera’s weekly cadence. Learners who expect the time investment to stay the same week–to–week are in for a big surprise when the challenges come at the end of each course. It is as if you are asked to stack two bricks upon each other, then construct the empire state building. Hence the panicked learners in the forums. Thank goodness it is a flexible deadline course.

    Helpful(0) Unhelpful(0)You have already voted this
  34. Thang D D

    Great

    Helpful(0) Unhelpful(0)You have already voted this
  35. Neel P

    awesome .please give more example

    Helpful(0) Unhelpful(0)You have already voted this
  36. Hien D Q

    very useful for me

    Helpful(0) Unhelpful(0)You have already voted this

    Add a review

    Your email address will not be published. Required fields are marked *

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Price tracking

    Java Code Geeks
    Logo
    Register New Account
    Compare items
    • Total (0)
    Compare