C Programming Tutorial For Absolute Beginners

If you’re ready to buckle down and learn C Programming here’s where you should start.

Last updated 2022-01-10 | 4.6

- Lay down the foundation of fundamental concepts
- Learn about core programming concepts
- By the end of this course
- you should definitely be able to understand and write good C code.

What you'll learn

Lay down the foundation of fundamental concepts
Learn about core programming concepts
By the end of this course
you should definitely be able to understand and write good C code.
Correctly use C Code Commenting

* Requirements

* The very basic understanding of C Programming Language
* The course is aimed to teach you C
* whether you are an experienced programmer or just getting started

Description

C Programming Language is the most popular computer language and most used programming language till now. It is very simple and elegant language.

1) This is by far the most comprehensive C Programming course you'll find here, or anywhere else.

2) This C Programming tutorial Series starts from the very basics and covers advanced concepts as we progress. This course breaks even the most complex applications down into simplistic steps.

3) It is aimed at complete beginners, and assumes that you have no programming experience whatsoever.

4) This C Programming tutorial Series uses Visual training method, offering users increased retention and accelerated learning.

Every programmer should and must have learnt C whether it is a Java or C# expert, Because all these languages are derived from C. In this tutorial you will learn all the basic concept of C programming language. Every section in this tutorial is downloadable for offline learning. Topics will be added additional to the tutorial every week or the other which cover more topics and with advanced topics.

Who this course is for:

  • Students
  • New Developers
  • A basic knowledge of programming is helpful but not necessary to get the most out of this course
  • A genuine interest to learn.

Course content

10 sections • 44 lectures

Installing CodeBlocks and Getting Started Preview 10:07

First C Program and Understanding C Program Structure Preview 16:37

Simple input and output ( printf , scanf , placeholder ) Preview 15:26

Comments Preview 03:30

Variables and Basic Datatypes Preview 08:11

Simple Math and and operators Preview 08:24

Q & A

If Statements in C Preview 08:37

Example - If Statements in C Preview 1 page

if...else and Nested if...else statements in C Preview 11:07

Example - if...else and Nested if...else statements in C Preview 1 page

The ternary (conditional) operator in C Preview 08:31

Example - The ternary (conditional) operator in C Preview 1 page

Switch Statement in C Preview 14:40

Example - Switch Statement in C Preview 1 page

While Loop in C Preview 08:57

Example - While loop in C Preview 1 page

do..while Loop in C Preview 08:44

Example - do...while loop in C Preview 1 page

for Loop Preview 10:28

Functions in C Preview 11:35

Passing Parameters and Arguments in Function Preview 08:49

Return Values in Functions Preview 09:43

Scope Rules in C Preview 09:52

Arrays in C Preview 11:28

Example - Arrays in C Preview 1 page

Muti-dimensional Arrays in C Preview 10:09

Passing Arrays as Function Arguments in C Preview 12:29

Example - Passing Arrays as Function Arguments in C Preview 1 page

Pointers in C Preview 10:55

Array of Pointers Preview 08:00

Example - Array of pointers in C Preview 1 page

Passing Pointers as Function Arguments Preview 14:11

Strings in C Preview 14:38

Example - Strings in C Preview 1 page

Structures in C Preview 14:56

Unions in C Preview 11:39

How to Install and Setup Eclipse IDE for C/C++ Development on Windows Preview 18:47

Example - Write a C program to Make Simple calculator Preview 1 page

Example - C program to check even or odd Preview 1 page

Example - C program to find Armstrong number Preview 1 page

Example - C Program to Find Prime Numbers Preview 1 page

Example - C Program to find the perfect numbers between a given range Preview 1 page

Example - Write a program to print Fibonacci series in c Preview 1 page