C Programming For Beginners - Master the C Language
- Description
- Curriculum
- FAQ
- Reviews
Have you never programmed a computer before, and think or have been told that C is a good programming language to get started with. It is!
Maybe you have some experience with other programming languages, but want to learn C. It’s a great language to add to your resume!
Or perhaps you are stuck in a low paying programming job, and want to move up to a better, more senior position. Learning C can help you!
The fact is, learning how to program in C is not only an excellent programming language to get started with, but it will also make you a better programming in other computer languages!
Why learn C ?
C is often considered to be the mother of all languages because so many other languages have been based on it.
Though C is simple it is one of the most powerful languages ever created. Considering it was created over 40 years ago, it is still used heavily and is usually in the top 5 or 10 most popular and most widely programming languages in the world.
Learning C can actually make you a better programming in other languages like C++, Java, or C# by equipping you with a mental model of what the computer is actually doing when you run your programs.
By learning how things really work “under the hood”, and understand memory space, CPU architecture and so on, you can create more efficient programs, and obtain a huge advantage over other programmers in the process.
If you want to become a better developer, learning C is a great way to start!
Why enrolling in this course is the best decision you can make.
By the end of this course, you will understand the fundamentals of the C Programming Language, and make yourself more marketable for entry level programming positions.
You will understand variables and the different data types, be able to utilize functions and arrays, understand the concept of pointers, learn about control flow (decision statements and iteration).
You will be in a position to apply for real-time programming positions, and truly understand the core language that most modern languages are based on!
If you have previously used the C programming language, then this course will deepen your understanding of it. If you have never used it, no problem, you will see that it can help you become a more efficient C developer.
The course will be constantly refined in the future based on student feedback!
This course does not skip on the details. You will learn how to write high quality code and become an excellent problem solver. This course does not just present how to code in the C programming language, but, also includes all the details on “why” you are doing the things you are doing. At the end of this course, you will fully understand the concepts of the C Programming language.
Your instructor, Jason Fedin has been teaching students for over 12 years via online classes at over 10 different online Universities. He has created many different class curriculums, ranging from mobile programming to bash scripting to Object-Oriented Design and of course the C programming language.
Additionally, he has been developing software for over 16 years in the real world at various companies, specializing in Object-Oriented Development and Mobile Applications.
This means you are learning from someone who has all the professional training, skills, and experience you need to teach you how to become proficient in the C programming language.
If you are ready to get that first paid programming job, or to move up to a more senior programming position, then this course is for you!
Your new job or consulting opportunity awaits!
Why not get started today?
Click the Signup button to sign up for the course!
-
7OverviewVideo lesson
-
8Installing the C Compiler (Windows)Video lesson
-
9Installing the C Compiler (Mac)Video lesson
-
10Installing Code::Blocks (Windows)Video lesson
-
11Installing CodeLite (Windows)Video lesson
-
12Installing CodeLite (Mac)Video lesson
-
13Installing Visual Studio Code and C Extension LinuxVideo lesson
-
14Installing Visual Studio Code and C Extension WindowsVideo lesson
-
15Installing Visual Studio Code and C Extension MacVideo lesson
-
16Exploring the Code::Blocks EnvironmentVideo lesson
-
17Creating a Project in Code::BlocksVideo lesson
-
18Exploring The Visual Studio Code EnvironmentVideo lesson
-
19Creating a Workspace and Configuring the Compiler in Visual Studio CodeVideo lesson
-
20Creating and running your first C ProgramVideo lesson
-
21(Challenge) Writing a C program that displays your nameVideo lesson
-
22(Demonstration) Writing a C program that displays your nameVideo lesson
-
23Structure of a C ProgramVideo lesson
-
29OverviewVideo lesson
-
30Basic Data TypesVideo lesson
-
31Enums and CharsVideo lesson
-
32Format SpecifiersVideo lesson
-
33Command line argumentsVideo lesson
-
34(Challenge) Print the Area of a RectangleVideo lesson
-
35(Demonstration) Print the Area of a RectangleVideo lesson
-
36(Challenge) Create and use an enum typeVideo lesson
-
37(Demonstration) Create and use an enum typeVideo lesson
-
38OverviewVideo lesson
-
39Basic OperatorsVideo lesson
-
40Bitwise OperatorsVideo lesson
-
41The Cast and sizeof OperatorsVideo lesson
-
42Operator PrecedenceVideo lesson
-
43(Challenge) Convert minutes to years and daysVideo lesson
-
44(Demonstration) Convert minutes to years and daysVideo lesson
-
45(Challenge) Print the byte size of the basic data typesVideo lesson
-
46(Demonstration) Print the byte size of the basic data typesVideo lesson
-
47OverviewVideo lesson
-
48If StatementsVideo lesson
-
49Switch StatementVideo lesson
-
50(Challenge) Determine amount of PayVideo lesson
-
51(Demonstration) Determine the amount of weekly PayVideo lesson
-
52For LoopVideo lesson
-
53While and Do-WhileVideo lesson
-
54Nested Loops and loop Control - Break and ContinueVideo lesson
-
55(Challenge) Guess the NumberVideo lesson
-
56(Demonstration) Guess the NumberVideo lesson
-
57Creating and using ArraysVideo lesson
-
58InitializationVideo lesson
-
59Multidimensional ArraysVideo lesson
-
60Variable Length ArraysVideo lesson
-
61(Challenge) Generate Prime NumbersVideo lesson
-
62(Demonstration) Generate Prime NumbersVideo lesson
-
63(Challenge) Create a simple Weather programVideo lesson
-
64(Demonstration) Create a simple Weather ProgramVideo lesson
-
65BasicsVideo lesson
-
66Defining FunctionsVideo lesson
-
67Arguments and ParametersVideo lesson
-
68Returning data from functionsVideo lesson
-
69Local and Global VariablesVideo lesson
-
70(Challenge) Write some functions!Video lesson
-
71(Demonstration) Write some functions!Video lesson
-
72(Challenge) Create a Tic Tac Toe GameVideo lesson
-
73(Demonstration) Create a Tic Tac Toe GameVideo lesson
-
74OverviewVideo lesson
-
75Defining a StringVideo lesson
-
76Constant StringsVideo lesson
-
77Common String FunctionsVideo lesson
-
78Searching, Tokenizing, and Analyzing StringsVideo lesson
-
79Converting StringsVideo lesson
-
80(Challenge) Understanding char arraysVideo lesson
-
81(Demonstration) Understanding char arraysVideo lesson
-
82(Challenge) Utilizing common string functionsVideo lesson
-
83(Demonstration) Utilizing common string functionsVideo lesson
External Links May Contain Affiliate Links read more