MA
2020년 6월 21일
I am really happy I did this course. The instructor is a really experienced teacher. This course gave a good start for learning the fundamentals and moving onto complex programming languages like C++.
CN
2020년 4월 21일
Great course to gain a foundation in C programming! The video lectures, coding examples, and peer reviewing of assignments allows one to learn quick and in real time. Would definitely recommend it.
교육 기관: AyeshaImam
•2020년 4월 6일
It is a very nice course but laymen might not be able to understand this at first. Still, it is a beginner level course to start your programming skills with detailed basics
교육 기관: Leonardo B
•2020년 8월 27일
Very good course, it's a nice way to be guided through the foundation of programming with C and getting exposure with the assignments. You might have a lot of fun learning!
교육 기관: Karan A
•2020년 4월 28일
Rarely does a professor does such a good job at diving into the details and imparting knowledge. Highly recommended if you're absolutely new to programming fundamentals.
교육 기관: Sai R G
•2020년 5월 24일
I am very thankful to course era, i learned everything with an ease. The idea of grading the assignments and quizzes was really fantastic. A big thanks to this platform
교육 기관: Abhishek G
•2020년 9월 5일
Very good course for those students who wants to learn basics of C language. The course contains very good assignments and quiz for better understanding to the topics.
교육 기관: Khushi s
•2021년 12월 10일
This course was really helpful for me to gain the knowledge in the domains of basic programming and C programming. A beginner should definitely go for the course.
교육 기관: Shivanshu U
•2021년 1월 30일
Really, I am enjoying the classes with my all enthusiasm. Sir, Ira Pohl is the perfect teacher and guide for students. I enjoy whole the session. Thanks for this.
교육 기관: INDHUJA G
•2020년 8월 30일
Thank you so much instructor to helped me to learn this course. But please teach some concepts in depth , so it will be useful . Thank you for great experience.
교육 기관: shreshth k
•2021년 10월 30일
nice course very detailed lecture and very good questions for pratices as wel as assigment and quizes. at last you have to give the test to have a certificate
교육 기관: RISHI R 2
•2021년 1월 5일
Great course for beginners with zero ideas of computer programming. you get to learn a lot of programming basics and a perfect idea of c and c++ programming.
교육 기관: Claudio F S
•2020년 12월 8일
Excellent! I learned a lot. I am totally newbie to programming language. Now I understand why the C language is important to start the IT career. Thank you.
교육 기관: Era T
•2020년 8월 14일
It was a good head start for my learning. The lessons on function and data structures were very helpful for my learning. I hope to join the next course too.
교육 기관: Mohamed A M
•2022년 1월 18일
its really helpful. The first time I was starting i didn't know anything about programing. but know all thanks to COURSERA. Today i made so many projects
교육 기관: Sudhanshu S
•2020년 4월 27일
This Course was very helpful to strengthen my fundamentals.It also helped me to practice and think over the assignment questions with a logical approach.
교육 기관: Asif H
•2020년 6월 26일
Good Morning Ira Pohal sir. thank you sir for your teaching and support and learn me C programming. i can,t realize i learn c without your teaching.
교육 기관: RIBAMILTOM B D L
•2020년 12월 3일
I really enjoyed to learn through the lessons! The experience that along with me there were others, to help and learn from, was a great pleasure!
교육 기관: Bijin B
•2020년 7월 24일
It is a study Course. I learned and watched Videos & attended the Assignments & Quizzes. I have passed the course and got a Coursera Certificate.
교육 기관: Steven R
•2020년 10월 12일
Curso excelente para comenzar a aprender C. A pesar de ya tener algunos conocimientos sobre programación logre practicar y aplicar cosas nuevas.
교육 기관: Rachit A
•2020년 8월 17일
It has clarified some minute stuff that was required. Also it has given idea about how to teach the subject in a better way to college students.
교육 기관: Rutuja G
•2020년 5월 17일
It was very informative. And the explanation was amazing. I thoroughly enjoyed this course and also got some good exposure. Thank you so much.
교육 기관: Lai D
•2020년 6월 14일
good enough... could be more explanatory if the assignment and the video course is more aligned (like introduction to math library and so on)
교육 기관: Sweta S
•2021년 5월 17일
I am very very Happy for this completed 💛 course and finally self doing c programming very very Thanks for Coursera.......and Ira Pohl sir
교육 기관: Jolly J O
•2020년 5월 5일
Great for beginners and great for reviewing what you have learned so far in college or at work. The teacher is great. Highly recommended!!!!
교육 기관: NISHANT C
•2020년 9월 17일
int main(void)
{ int repeat =3;
printf("\nI like the course");
while(repeat>0)
{ printf("\nvery"); repeat--;
}; printf("much.\n\n);
return 0;
};
교육 기관: Don E
•2021년 3월 19일
Thanks, Professor Pohl. I am really glad I took this before diving into C++. Really, a great confidence booster. On to the other courses.