Continuing on with learning C, I have recently completed the C: Language Foundations course via edX in conjunction with Dartmouth and IMT. C: Language Foundations has the following learning outcomes: Use logical conditions to control the flow of a program via branch statements (if-else), repetition (for or while loop) and nesting of these structures Create … Continue reading Language Foundations / Logical Operators (C)
Category: C, C++, C#
Variables (C)
Following on from https://geektechstuff.com/2019/02/25/hello-world-c/, I have continued to work on learning C by enrolling on the EdX course "C Programming: Getting Started" in conjunction with Dartmouth and IMT. The syllabus for C Programming: Getting Started includes: Define, distinguish and give examples of hardware/software, computer programs/algorithms Explain the concept of a variable and declare, initialise and … Continue reading Variables (C)
Hello World! (C)
With my Python skills coming along well (in my opinion) and with my continued interest in learning at least a little in other programming languages, I have decided to take a look at C using my Raspberry Pi. C arrived on the scene in 1972 (at the time of writing that was 47 years ago!) … Continue reading Hello World! (C)
You must be logged in to post a comment.