Brief Introduction
Learning Advanced C Programming from scratchDescription
So you want to learn C? i am hoping to provide you with an easy step by step guide to programming in C. The course is split up into several sections, or lessons, which include C example programs for you to demonstrate what has been taught. Although the ordering of the sections does not have to be strictly followed, the sections become progressively more involved and assume background knowledge attained from previous sections. Good Luck!
Requirements
- Requirements
- The goal of this Course is to introduce you to and teach you the C programming language. Basic computer literacy is assumed, but no special knowledge is needed. Before you can start programming in C, you will need a C compiler.
Knowledge
- Learning Structure of C Programs
- Learning Data Types
- Learning Input and Output
- Learning Control Loops
- Learning Conditional Execution
- Learning Structure and Nesting
- Learning Functions and Prototypes
- Learning Arrays
- Learning Pointers
- Learning Strings
- Learning Structures
- Learning File Handling
- Able to Code and Run C Programs