Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 24 hours on-demand video
  • 1 article
  • 1 downloadable resource
  • Full lifetime access
  • Access on mobile and TV
Development Programming Languages C

C Programming For Beginners - Master the C Language

C Programming will increase career options. Become a better dev in other languages by learning C. Pointers explained
Bestseller
Rating: 4.4 out of 54.4 (17,281 ratings)
72,186 students
Created by Tim Buchalka's Learn Programming Academy, Jason Fedin
Last updated 12/2020
English
English [Auto], French [Auto], 
30-Day Money-Back Guarantee

What you'll learn

  • Understand the fundamentals of the C Programming Language
  • Make yourself more marketable for entry level programming positions
  • Create your first C Application
  • Learn one of the most popular, widly used languages in the world
  • Understand variables and the different data types
  • Apply for real-time programming positions
  • Understand the core language that most modern languages are based on
  • Learn how to write high-quality code
Curated for the Udemy for Business collection

Course content

17 sections • 137 lectures • 24h 3m total length

  • Preview12:22
  • Class Organization
    05:52
  • Preview17:53
  • Overview
    13:40
  • Preview12:08
  • Creating a C Program
    16:27

  • Overview
    05:40
  • Installing the C Compiler (Windows)
    08:10
  • Installing the C Compiler (Mac)
    04:36
  • Installing Code::Blocks (Windows)
    12:15
  • Installing CodeLite (Windows)
    10:05
  • Installing CodeLite (Mac)
    05:29
  • Installing Visual Studio Code and C Extension Linux
    04:37
  • Installing Visual Studio Code and C Extension Windows
    03:29
  • Installing Visual Studio Code and C Extension Mac
    04:10

  • Exploring the Code::Blocks Environment
    11:21
  • Creating a Project in Code::Blocks
    06:00
  • Exploring The Visual Studio Code Environment
    11:25
  • Creating a Workspace and Configuring the Compiler in Visual Studio Code
    17:17
  • Preview08:02
  • (Challenge) Writing a C program that displays your name
    05:13
  • (Demonstration) Writing a C program that displays your name
    04:16
  • Structure of a C Program
    08:46

  • Comments
    12:30
  • The preprocessor
    05:00
  • The #include statement
    12:11
  • Displaying Output
    04:12
  • Reading input from the terminal
    16:23

  • Overview
    16:53
  • Basic Data Types
    19:06
  • Preview19:23
  • Format Specifiers
    16:07
  • Command line arguments
    11:16
  • (Challenge) Print the Area of a Rectangle
    07:11
  • (Demonstration) Print the Area of a Rectangle
    12:13
  • (Challenge) Create and use an enum type
    03:34
  • (Demonstration) Create and use an enum type
    08:52

  • Overview
    08:38
  • Basic Operators
    19:55
  • Bitwise Operators
    24:49
  • The Cast and sizeof Operators
    12:43
  • Operator Precedence
    09:57
  • (Challenge) Convert minutes to years and days
    03:51
  • (Demonstration) Convert minutes to years and days
    11:11
  • (Challenge) Print the byte size of the basic data types
    03:04
  • (Demonstration) Print the byte size of the basic data types
    05:38

  • Overview
    08:39
  • If Statements
    21:31
  • Switch Statement
    15:44
  • (Challenge) Determine amount of Pay
    04:59
  • (Demonstration) Determine the amount of weekly Pay
    18:17
  • For Loop
    17:48
  • While and Do-While
    13:04
  • Nested Loops and loop Control - Break and Continue
    Preview11:02
  • (Challenge) Guess the Number
    07:23
  • (Demonstration) Guess the Number
    19:16

  • Creating and using Arrays
    18:36
  • Initialization
    10:10
  • Multidimensional Arrays
    12:44
  • Variable Length Arrays
    04:24
  • (Challenge) Generate Prime Numbers
    06:21
  • (Demonstration) Generate Prime Numbers
    12:33
  • (Challenge) Create a simple Weather program
    05:42
  • (Demonstration) Create a simple Weather Program
    14:34

  • Basics
    13:42
  • Defining Functions
    14:58
  • Arguments and Parameters
    10:40
  • Returning data from functions
    13:17
  • Local and Global Variables
    10:11
  • (Challenge) Write some functions!
    04:49
  • (Demonstration) Write some functions!
    21:08
  • (Challenge) Create a Tic Tac Toe Game
    06:45
  • (Demonstration) Create a Tic Tac Toe Game
    24:06

  • Overview
    08:39
  • Defining a String
    14:38
  • Constant Strings
    07:41
  • Common String Functions
    20:30
  • Searching, Tokenizing, and Analyzing Strings
    20:07
  • Converting Strings
    07:04
  • (Challenge) Understanding char arrays
    03:32
  • (Demonstration) Understanding char arrays
    15:27
  • (Challenge) Utilizing common string functions
    02:11
  • (Demonstration) Utilizing common string functions
    16:46

Requirements

  • A computer running Microsoft Windows, Linux or the Mac operating systems
  • At least 4GB of ram is recommended
  • No programming experience, all concepts taught in this class!

Description

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!

Who this course is for:

  • Anyone looking to learn how to program in the C language

Featured review

Brandon Doyle
Brandon Doyle
48 courses
16 reviews
Rating: 5.0 out of 5a year ago
Very engaging and teaches the course in a manner that's very easy to pick up. It doesnt matter if some lectures are beginner level lectures or more advanced programming concepts. I worked in IT for many years but found it hard to find enjoyment in learning how to program. My career trajectory into IT security warrants my need to learn these skills. Jason makes it engaging and enjoyable to learn. Programming Academy instructors are very similar in this aspect and i greatly appreciate it.

Instructors

Tim Buchalka's Learn Programming Academy
Professional Programmers and Teachers - 1M+ students
Tim Buchalka's Learn Programming Academy
  • 4.5 Instructor Rating
  • 312,637 Reviews
  • 1,076,878 Students
  • 52 Courses

The Learn Programming Academy was created by Tim Buchalka, a software developer with 35 years experience, who is also an instructor on Udemy, with over 1M+ students in his courses on Java, Python, Android, C#  and the Spring framework. 

The Academy’s goal in the next three years, is to teach one million people to learn how to program.

Apart from Tim’s own courses, which are all available here, we are working with the very best teachers, creating courses to teach the essential skills required by developers, at all levels.

One other important philosophy is that our courses are taught by real professionals; software developers with real and substantial experience in the industry, who are also great teachers.  All our instructors are experienced, software developers!

Our team is busy creating new courses right now.

Whether you are a beginner, looking to learn how to program for the very first time, or to brush up on your existing skills, or to learn new languages and frameworks, the Academy has you covered.

Jason Fedin
Instructor / Software Developer
Jason Fedin
  • 4.4 Instructor Rating
  • 20,030 Reviews
  • 124,346 Students
  • 6 Courses

I have been teaching students for over 12 years via online classes at over 10 different online Universities. I have created many different class curriculums, ranging from mobile programming to bash scripting to Object-Oriented Design. I have also instructed over 20 different Computer Science related classes. I have been developing software for over 16 years in the real world at various companies, specializing in Object-Oriented Development and Mobile Applications. I have been programming Android Applications since 2010.

I love teaching classes at Udemy and other online universities. In addition to teaching, I also currently have a full-time job as a Software Developer at a fortune 500 company.

When I graduated from high school, I enrolled at SUNY Oswego and received a Bachelor's degree in Computer Science.  Once I finished, I worked very briefly and then decided to get a M.S. in Computer Science from Binghamton University. I greatly enjoyed my college experience and would like to help others enjoy learning as much as I did. I think learning online is a great medium and really enjoy teaching others.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.