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
- 86% C Programming For Beginners

C Programming For Beginners

$12.99Track price

Add your review
Add to wishlistAdded to wishlistRemoved from wishlist 0
Add to compare
8.9/10 (Our Score)
Product is rated as #17 in category C

The fastest, easiest way to learn to program C on a Mac or Windows. This course will teach you to program the C language from the ground up. You will learn everything from the very fundamentals of programming right through to the complexities of pointers, addresses and File IO. Maybe you’ve tried to master C before but failed. Or maybe you are new to C or new to programming. If so, this is the course for you!

C is one of the most important of all programming languages. It is used to program desktop applications, compilers, tools and utilities and even hardware devices. The C language is fast and efficient but it can be hard to learn. Unless you use this course. This course begins with a gentle introduction to C but quickly moves on to explain some of its most confusing features: everything from C’s ‘scoping’ rules to the curious connection between arrays and memory addresses. By the end of the course you will have a deep understanding both of the C language itself and also of the underlying ‘architecture’ of your computer.

What you will learn:

Who should take the course

Instructor Details

Huw Collingbourne is the technology director at SapphireSteel Software, developers of programming tools for Microsoft Visual Studio. He is author of The Little Book Of C, The Little Book Of Pointers and The Little Book Of Recursion from Bitwise Books and of The Book Of Ruby from No Starch Press. He runs Bitwise Courses and teaches courses on a range of programming topics. Huw has been a programmer for more than 30 years. He is a well-known technology writer in the UK. For over ten years he wrote the Delphi and Java programming column for PC Plus Magazine. He has also written numerous opinion and programming columns (including tutorials on C#, C++, Smalltalk and Ruby) for a number of computer magazines, such as Computer Shopper, PC Pro, and PC Plus. In the 1980s he was a pop music journalist and interviewed most of the New Romantic stars, such as Duran Duran, Spandau Ballet, Adam Ant, Boy George, and Depeche Mode. He is now writing a series of 1980s murder mysteries. At various times Huw has been a magazine publisher, editor, and TV broadcaster. He has an MA in English from the University of Cambridge and holds a 2nd dan black belt in aikido, a martial art which he teaches in North Devon, UK. The aikido comes in useful when trying (usually unsuccessfully) to keep his Pyrenean Mountain Dogs under some semblance of control.

Specification: C Programming For Beginners

Duration

8 hours

Year

2019

Level

All

Certificate

Yes

Quizzes

Yes

17 reviews for C Programming For Beginners

4.3 out of 5
8
6
3
0
0
Write a review
Show all Most Helpful Highest Rating Lowest Rating
  1. Jyotiprokash Banerjee

    A better course for someone who has a little bit of experience of coding or familiar with C programming. I think first time learners might not feel comfortable with this course. I like live coding in a tutorial but here, everything explained with code templates (which i don’t like). However, every topic is explained nicely and since, i had some experience in C programming (and Python ) i was able to follow the provided explanation and understood the topics, so, i’m giving it a 5 star.

    Helpful(0) Unhelpful(0)You have already voted this
  2. Douglas Lee Watts

    Great course, The only reason I left 4.5 instead of 5 stars is the lack of projects throughout the course. Having the zip file of source code from the lectures is nice, but does not encourage one to actually write very much code. The lectures are excellent, the only downside is that one is left to create one’s own projects for practicing the concepts. The instructor is easy to listen to and keeps the material interesting, unlike many very monotone instructors on Udemy. Please sprinkle some small projects throughout the course, at least one per section, and a larger project after the last section. Starting projects from scratch and then having a guided answer video to check oneself by is a great way to cement the concepts and syntax into one’s mind.

    Helpful(0) Unhelpful(0)You have already voted this
  3. Sudipta Ranjan

    It was a nice course. Good for Begginers.

    Helpful(0) Unhelpful(0)You have already voted this
  4. Philipp Schulte

    Not all explanations are correct on how C works! But overall it is a good introduction.

    Helpful(0) Unhelpful(0)You have already voted this
  5. Nafeez Quraishi

    Overall the course is quite good, progresses step by step and explains key features of the language very well. In some places i found it is little less clear prompting me to reduce a star from the rating e.g. difference of variable declaration and definition is not so clearly taken in to consideration in the content such as below: A right answer in a question reads as: A header file typically contains definitions of functions and constants. The header file should not contain the implementation of functions only their declarations. Here it sounds like declarations and definitions are used interchangeably. Barring a few explanations not so clear to me, i found the course quite good and i highly recommend it.

    Helpful(0) Unhelpful(0)You have already voted this
  6. Punith

    It was good

    Helpful(0) Unhelpful(0)You have already voted this
  7. Devashish Harshwardhan

    Yes

    Helpful(0) Unhelpful(0)You have already voted this
  8. M.V.Kala Sindhuja

    I think im really lucky to join in this course. thumbs up

    Helpful(0) Unhelpful(0)You have already voted this
  9. Nat Jones

    Udemy severs are sooooo slow and their servers are giving me many errors messages ; ( I know this is not the author’s fault but very annoying as I cannot complete many videos in the course in what little time I allowed for this course. Otherwise, a great teacher with great content.

    Helpful(0) Unhelpful(0)You have already voted this
  10. Jakub Tomasz Dulny

    Yes, but assigning tasks to do and to check against a given solution would be beneficial to the learning process.

    Helpful(0) Unhelpful(0)You have already voted this
  11. Arthur Simplina

    Good one, easy to follow!

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

    Lecture is nice

    Helpful(0) Unhelpful(0)You have already voted this
  13. James Watson

    great match. very clear

    Helpful(0) Unhelpful(0)You have already voted this
  14. Shivaji Rao R

    codelite show was of old version and installation and use was shown on MAC

    Helpful(0) Unhelpful(0)You have already voted this
  15. Guilherme Magalhes

    It is important to keep in mind that this course is reasonably basic and goes very fast. It does not not suggest exercises and the code gets very complex very fast. I would suggest this course only for someone who already has a firm grasp of programming; not necessarity a expert, but at least a intermediate in some other lenguage, or use this course as a very good reminder if you aready studied C before.

    Helpful(0) Unhelpful(0)You have already voted this
  16. Chris Boyd

    I appreciate the communication style and approach of this. It’s been a few years since I’ve last touched C and this was a brilliant way to bet back in. Thanks again and I hope to see more from this instructor.

    Helpful(0) Unhelpful(0)You have already voted this
  17. Frederick Y MacHado

    easy to follow, specially for me that I am a beginner

    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