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 CompTIA Security+ Amazon AWS Microsoft AZ-900
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Mindfulness Life Purpose Meditation CBT Emotional Intelligence
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Vue JS
Google Flutter Android Development iOS Development React Native Swift 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
Microsoft Power BI SQL Tableau Business Analysis Data Modeling Business Intelligence MySQL Data Analysis Blockchain
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Business Plan Startup Freelancing Online Business Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
2021-04-19 14:10:56
30-Day Money-Back Guarantee
Development Programming Languages C

The Complete C Programming Course for Beginners

C Programming: The Fundementals of C Programming Language from Ground UP with Illustrated + Hands on Coding Expalanation
Rating: 4.3 out of 54.3 (309 ratings)
37,397 students
Created by Md. A. Barik
Last updated 2/2021
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Understand Fundamentals of C Programming Language
  • Learn One of the Most Popular & Widely Used Language in the World
  • Master the C Programming Language from Ground Up
  • Understand How to Write Clean & Efficient Code in C
  • Learn How to Solve Problem Using C Programming Language

Course content

16 sections • 94 lectures • 6h 3m total length

  • Preview04:26
  • Preview02:48
  • Fresh 69 Coding Question + Solution (PDF Ebook)
    00:03

  • Basic Structure of a C Program
    01:52
  • Hello World Program
    01:14
  • Details hash include (#include)
    02:43
  • How a C Program Execute
    01:41

  • Datatypes and variables
    04:08
  • Naming convention of a variable
    05:04
  • Printing value of a variable
    03:25
  • Datatypes with examples
    03:06
  • Precision
    02:18
  • Constants
    02:38

  • How computer store character
    07:59
  • Preview06:34
  • Introduction to ieee-754
    01:24
  • How computer store floating point number
    05:14
  • How computer store double number
    04:30
  • Signed and Unsigned Integer
    03:53

  • Different types of operator in C
    02:37
  • Assignment operator
    03:10
  • Arithmetic operator
    01:33
  • Aside #include
    02:43
  • Getting input from user
    09:09
  • Aside New Line Metacharacter (\n)
    02:16

  • Logical Operator
    04:01
  • Short Circuit
    03:42
  • Preview02:42

  • Precedence & Associativity
    07:36
  • Integer Division & Fractional Division
    01:19

  • Preview04:51
  • Nested if...else statement
    01:22
  • Checking a number even or odd using if else statement
    04:18
  • Switch Statement
    03:43
  • Checking a number even or odd using switch statement
    02:10
  • Find maximum of two integers
    03:02
  • Find maximum of three integers
    03:27
  • Find second larget of three integers
    06:33

  • What is ternary operator
    02:25
  • Find max of three integers using ternary operator
    03:09
  • Find second largest using ternary operator
    04:42

  • Introduction to loop
    02:23
  • for loop
    04:17
  • while loop
    04:51
  • do...while loop
    02:25
  • break and continue statement
    02:34
  • Infinite loop
    03:02
  • Nested Loop
    01:30
  • Keep asking for a positive input
    02:02
  • Sum of first n numbers
    05:07
  • Sum of even numbers upto n
    03:17
  • Sum of odd numbers upto n
    03:09
  • Factorial of a number
    03:14
  • GCD of a two numbers
    04:21
  • Prime number test
    07:37
  • Reverse an integer
    05:59
  • Palindrome number
    05:13
  • Print a triangle
    02:35

Requirements

  • A Computer or Laptop with Internet Connection
  • No Programming Experience, All Concepts Taught in this Course

Description

Welcome to 'The Complete C Programming Course for Beginners' course.


In this course, you'll have a detailed, step-by-step explanation of C Programming where you'll learn about the best ways to solve problems. This is the course I wish I had when I was learning myself for the first time. This course comes with a 30-day money-back guarantee. So nothing to lose!


Why you should learn C Programming Language?

  • C is often considered to be the mother of all languages because so many other languages have been based on it.

  • If you want to be a better programmer, software engineer, C Programming is a great way to get started.

This course does not skip the details, this is a step-by-step and line-by-line explanation course. You will learn how to write high-quality code and become a great programmer. This course does not just present how to code in the C programming language, but, also explained all the details of "why". At the end of this course, you will fully understand the concepts of the C Programming language.

Learning C programming will not only make you understand one of the most powerful Programming Languages of all time but also gives a strong base for developing Problem-solving Skills in the field of computer science and Engineering.


By the time you're finished with the course, you will be prepared for common technical coding interview questions.

See you inside the course!

Who this course is for:

  • Anyone Looking for How to Code in the C Programming language
  • Who Want to Start Learning Programming Using C

Instructor

Md. A. Barik
Software Engineer
Md. A. Barik
  • 4.3 Instructor Rating
  • 1,312 Reviews
  • 168,593 Students
  • 13 Courses

Hi! My name is Md. A. Barik

I'm a software engineer with a great passion. I'm programming from the age of just 16 years. I have always had a fascinations in computer and technology from early in life. 

Having been a self taught programmer, I understood that there is an overwhelming number of online courses, tutorials and books that are overly verbose and inadequate at teaching proper skills. Most people feel paralyzed and don't know where to start when learning a complex subject matter, or even worse, most people don't have $20,000 to spend on a coding bootcamp. Programming skills should be affordable and open to all. An education material should teach real life skills that are current and they should not waste a student's valuable time. I have learned an important lessons from my programming career. I'm trying to teach others valuable programming skills in order to take control of their life and work in an exciting company with infinite possibilities.

I promises that there are very few courses out there as comprehensive and as well explained.

See you inside the courses!

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