4.46 out of 5
4.46
6506 reviews on Udemy

C Programming Bootcamp – The Complete C Language Course

C Programming 2023: Master the Fundamentals of C Programming Language. Join the Comprehensive C Bootcamp Masterclass!
Instructor:
Vlad Budnitski
65,486 students enrolled
English [Auto]
Fundamentals of Programming
Summarized & Concise Material [Saving TONS of Time!]
OVER 100 Practical Exercises!
Animated Explanation & Illustrations - Explaining "Hard Topics" EASY
C Programming Language Concepts & Usage
C Program Structure
Using Input & Output functions
Usage of Variables - declaration | initialization | access
Casting
Control Flow - if | if-else | switch-cases
Logical Operators
Loops - while | do-while | for
Functions - declaration | definition | usage
1D Arrays - Why do we need them & How they can be used?
2D Arrays - Matrices
Introducing "#define"
Pointers - Time to Sweat! - Why | When | How
Strings - Creating, Reading, Manipulating & Printing
Recursion - Concept | Usage
Constants
Unions

This course has been optimized to meet the requirements and demands of students who are eager to learn the C Programming Language in the most easy and attractive manner. Including handpicked coding materials and over 100 exercises with full video solutions – this bestseller course is expected to provide you with everything you need to get started (for beginners) as well as provide you with beneficial knowledge if you’re working at High-tech industry (especially in the Embedded, Microcontrollers, Cyber, and other domains).

 

About the Instructor

  • BSc in Computer Science & BSc in Electronic Engineering
  • Practical experience working as an Engineer at some of the leading High-tech companies such as “Mobileye – an Intel Company” as well as a Cyber Systems Startup.
  • Over 3 years of experience working as a lecturer in the Academy – teaching students from 3 different faculties.

This combination of the knowledge and experience gained over the years made me feel eager and passionate about sharing my knowledge with students.

It got me wonder – why not help so many students to learn c programming in an easy and fun way? I mean learning the c language can feel like a nightmare.. but C can be actually kind of fun – if we do it right!

And that’s what I aim to achieve – Teaching you “C Programming” in plain English.

So I hope you’re ready for our C Programming Language Bootcamp Journey! 🙂

 

Last Update 2022 – Who’s this course for?

  1. C students in college/university.  Has been optimized to meet the needs of the beginner students.
  2. High-tech employees, especially but not limited to, at the Embedded Systems, Microcontrollers, and Cyber Security domains.
  3. Absolute beginners and hobbyists who want to get the first taste of programming using the c language.

So if you belong into one of these – then I think you’re ABSOLUTELY going to LOVE this course!

 

What is C Programming Language?

C Language is the “mother” of all programming languages.

C first appeared almost 50 years ago and has been used for the development of:

  • Operating Systems – C as its core.
  • Core parts of famous databases (such as Oracle and MySQL) – Yes, even MySQL was developed using C.
  • Cyber-Systems – I personally was programming C to develop a cyber system.
  • Smart Homes & Smart Cities
  • Systems including Sensors and Micro Controllers (especially in Embedded Systems) – Common usage to programming an MCU using C Programming  Language.

Also, if you’re familiar with Python Programming Language – then you better know that a lot of Python efficient libraries are actually implemented in C.

 

“C Language is definitely here to STAY!”

C is HIGHLY USEFUL & HIGHLY EFFICIENT.

Also, it’s considered that by learning C Programming you’re definitely going to make your programming fundamentals VERY STRONG.

And finally to answer a question that a lot of you may have – there is a HIGH DEMAND for C Developers in the market – at both large companies as well as startups – and the salaries are usually PRETTY HIGH! 🙂

So C Programming – usually pays off.

 

[C Programming – Course Information]

In this course, you’ll learn the fundamentals of programming using C Language – including different concepts such as:

  1. Programming Concepts (General + C Language)
  2. Input & Output (what it is and how it can be used in C)
  3. How variables work
  4. Conditions & Control Flow (controlling the execution flow of a C Program)
  5. Different types of Loops (including For, While, and Do-While in C)
  6. Functions
  7. Arrays in C
  8. Pointers
  9. Using Strings in C Programming
  10. Recursions (Concepts + C Usage)
  11. Constants
  12. Unions
  13. And maybe some additional sections in C Programming Language

Each and every one of the major topics are being taught with plenty of exercises (of course, in C Programming Language) with full video solutions.

 

[Sections Structure]

At every section, you will be given with:

  1. Introduction to the General Concept without the C language.
  2. Implementing Concept in C Programming Language.
  3. Hands-On Exercises Challenges + FULL VIDEO SOLUTION – using C Programming.
  4. Cool Milestones such as:
    • Developing a Calculator in C.
    • Developing your own Weather Station in C.
    • C Password Guess Program.
    • And many more “c” Cool Milestones that will make you feel how the Theoretical and Practical knowledge are getting together!
  5. Additional Sections – OPTIONAL.

By the end of the course – you should be able to analyze and solve various c programming problems on your own.

So if you’re a Total Beginner, a student or you’re just curious about the topic – this course is ABSOLUTELY FOR YOU!

*Also, if you’re a Programmer who wants to make a Career Change to C Programming (from Python Programming, JavaScript and Web Development, C#, or any other).

 

Should you enroll?

If you’re still unsure – then no worries. I’m so confident about my course and what it will teach you so that you get Udemy’s 30-day money-back guarantee.

Doubts – Out. Enroll “C” – In.

Let’s go!

Welcome to Course!

1
Welcome!

An introductory video for students in my Complete C Programming Course for Absolute Beginners!

2
Curriculum - What you're going to LEARN

C Programming Course - Curriculum:

  1. Fundamentals of Programming in C (What is C? Getting Started!)

  2. Summarized & Concise Material [Saving TONS of Time!]

  3. OVER 100 Practical Exercises in C Programming!

  4. Animated Explanation & Illustrations - Explaining "Hard Topics" EASY

  5. C Programming Language Concepts & Usage

  6. C Program Structure

  7. Using Input & Output Functions in C  Language

  8. Usage of Variables - declaration | initialization | access [Variables in C Language]

  9. Casting in C

  10. Control Flow - if | if-else | switch-cases

  11. Logical Operators in C Programming

  12. Loops - while | do-while | for [C Programming loops]

  13. Functions - declaration | definition | usage [Functions in General & C Programming]

  14. 1D Arrays - Why do we need them & How they can be used? [Arrays in C Language]

  15. 2D Arrays - Matrices [Matrix in C]

  16. Introducing "#define"

  17. Pointers - Time to Sweat! - Why | When | How - [Basic Pointers in C Programming]

  18. Strings - Creating, Reading, Manipulating & Printing [Strings in C Language]

  19. Recursion - Concept | Usage [Recursion usage in C Language]

  20. Constants

  21. Unions

Introduction to General Programming Fundamentals!

1
General Concept - User & Developer

Introduction to User & Developer concept in Programming in General

“Used with permission from Prezi Inc.”

2
General Concept - Computer as a Unit to EXECUTE COMMANDS

What is a Computer as a Unit? How will it be used in our programming course?

“Used with permission from Prezi Inc.”

3
General Concept - Computer Additional Common Parts

Computer Additional Common Parts which are going to be used for the development of our programs.

“Used with permission from Prezi Inc.”

4
General Concept - What are Programming Languages?

“Used with permission from Prezi Inc.”

Environment Setup - Choosing Your IDE

1
IDE - Code Blocks - Windows | Linux | Mac OS

Introducing different IDEs for the development process using C Programming in our course.

Among the IDEs there are:

- CodeBlocks for C.

- Visual Studio for C.

- CodeLite using C Programming Language and Compiler.

- Visual Studio Code.

- others.

2
CodeBlocks - Download & Setup

Download & Install CodeBlocks for C Programming Language Development

3
CodeBlocks - Start New Project
4
Online Compilers Solution - Just Get Started!
5
NOTE for MAC Users or Users who didn't manage to install IDE!

[Optional: Setup for MAC Students]

1
General Introduction to XCode for Mac Users
2
Download & Install XCode on MAC
3
Making Sure "gcc" is Installed
4
Download & Install CodeBlocks - MAC
5
Starting a new CodeBlocks Project - MAC
6
NOTE for MAC Users or Users who didn't manage to install IDE!

Additional IDEs Setup [Optional Section]

1
Visual Studio Windows - Download

Downloading Visual Studio IDE for Windows

2
Visual Studio Windows - Getting Started

Getting stated working with Visual Studio in C Programming Language

3
Visual Studio Code Windows - Download & Install
4
Visual Studio Code Windows Official - Getting Started
5
Eclipse - Getting Started using C (Windows)
6
CodeLite Windows - Download & Install

Downloading and Installing CodeLite for Windows, including:

- MinGW (Minimalist GNU for Windows)

- LLVM (Low-Level Virtual Machine)

7
CodeLite Windows - Getting Started

Getting started by creating and working on projects in C Programming Language

Welcome First Program [+3 Full Exercises & Video Solutions]

1
C Program Structure
2
Welcome printf() function!
3
Challenge #1 - Print Your First Name And Last Name!
4
Challenge #1 Solution
5
Challenge #2 - Print Your Full Name, Age, And Gender!
6
Challenge #2 Solution
7
Challenge #3 - Print An "Isosceles Triangle"
8
Challenge #3 Solution
9
End of Section: Practice Your Knowledge!

Comments & Format Specification

1
Comments in C Language
2
Format Specifications in C - Why And How They Should Be Used
3
Format Specification Exercise - Download The PDF File
4
Milestone #1 - Building Your First Calculator A
5
Milestone #1 - Solution! [Make sure to Compare with your answers]
6
End of Section: Practice Your Knowledge!

Practical Exercises & Solutions - Part #1: Basics of C Programming

1
Print Rectangle of Asterisks - Question
2
Print Rectangle of Asterisks - Solution
3
Print Asterisks Pattern - Question
4
Print Asterisks Pattern - Solution
5
Print X Shape - Question
6
Print X Shape - Solution
7
Print Your Birth Year - Question
8
Print Your Birth Year - Solution

Variables & Data Types - From Zero To Hero!

1
Variables Introduction
2
Variables - General Concept In Programming
3
Variables - Complete Usage in C Language
4
Variables Code Example #1
5
Challenge #1 - Find your Year of Birth!
6
Challenge #1 - Solution
7
Challenge #2 - Calculate Rectangle's Area
8
Challenge #2 - Solution
9
Practical Assignment: Calculate Rectangle's Perimeter
10
Casting Introduction
11
Casting in C Programming Language
12
Challenge #3 - Calculating your Average Grade
13
Challenge #3 - Solution
14
Milestone 2 - Weather Station A
15
General SWAP in Programming

Swap without 3rd Variable?! Is it really possible?

I want to let you know that I’ve recently added a new Interview Question that may actually interest you - "Swap without 3rd Variable"

A very common question that is being asked in a lot of tech interviews - So you better check it out in the “Interview Questions” section of this course.

Oh, and there is also a FULL SOLUTION that I've added just for you :)

Enjoy!

Go To: ---> [Interview Questions] ---> Swap without 3rd Variable


16
SWAP in C Language
17
Basic Practical Assignment: Implement Swap between 2 Floating Point Numbers
18
Variables - Summary! You're doing GREAT!

Practical Exercises & Solutions - Part #2: Variables & Data Types

1
Arithmetic Sequence - General Introduction and Explanation
2
n-th Term of Arithmetic Sequence - Question
3
n-th Term of Arithmetic Sequence - Solution
4
Sum of Arithmetic Sequence - Question
5
Sum of Arithmetic Sequence - Solution
6
Employee Salary Calculator - Question
7
Employee Salary Calculator - Solution
8
Finding a Driving Time - Question
9
Finding a Driving Time - Solution
10
Convert Seconds into Hours, Minutes, and Seconds - Question
11
Convert Seconds into Hours, Minutes, and Seconds - Solution
12
Removing Decimal Part from an Integer - Question
13
Removing Decimal Part from an Integer - Solution
14
Sum of Triple Digits - Question
15
Sum of Triple Digits - Solution
16
Print Reversed Number - Question
17
Print Reversed Number - Solution
18
Distance Between 2 Points - Question
19
Distance Between 2 Points - Solution
20
Efficient Calculation Example - Question
21
Efficient Calculation Example - Solution

AlphaTech - QUIZ #1

1
Introduction to First C Programming Quiz
2
General Quiz

Your First Quiz in the Course!

This quiz covers the basics of programming.

Let me know if it was hard/easy - so things can be adjusted as we go.

Make sure to pass this quiz before proceeding to the next section and take a look at it once in a while since it's going to be constantly UPDATED with additional questions to help you improve your programming skills!

Good Luck!!

3
Variables

That's the second Quiz in your C Programming Course.

In this quiz, you will be tested with your knowledge of variables in general as well as also the usage of a variable in C Programming Language.

You can view and review the lecture materials indefinitely, like an on-demand channel.
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don't have an internet connection, some instructors also let their students download course lectures. That's up to the instructor though, so make sure you get on their good side!
4.5
4.5 out of 5
6506 Ratings

Detailed Rating

Stars 5
3343
Stars 4
2318
Stars 3
649
Stars 2
108
Stars 1
88
b8d04d164ecafe001a700993251a8de6
30-Day Money-Back Guarantee

Includes

44 hours on-demand video
8 articles
Full lifetime access
Access on mobile and TV
Certificate of Completion