C Programming Made Easy

Beginners first step to Coding world

Last updated 2022-01-10 | 4.5

- Get Confidence in writing C Programs
- Clear knowledge on C Programming Concepts

What you'll learn

Get Confidence in writing C Programs
Clear knowledge on C Programming Concepts

* Requirements

* Basic knowledge of usage of computer

Description

==========================

C PROGRAMMING made easy

==========================

This course is designed for students / professionals who are relatively to new (or) beginners to programming.

This course is designed to give hands-on programming knowledge in various concepts of C-Language.

Below concepts are covered with illustrated code samples. All code samples can be reviewed and practiced.

==========

TOPICS

==========

Software Installation Guidance

Hello World program in C

Data Types

Operators

Control Structures

Loops - for, while, do while, nested loop

Jump Statements - break, continue, goto

Arrays - Sample programs

Functions

Recursion

Pointers - Introduction

Call by Value

Call by reference

Structures and Unions

Working with Files

Working with String and Math functions

Also, Additional appendix provide to learn numerous C-Programs


Feel free to write to me to include any additional topics related to this course which will benefit student community. I will consider including the same in this course.

Once again,

Thank you for enrolling for this course.

Hope you will enjoy the course as much as I enjoyed creating the course.


Regards,

Meganadha Reddy K

12 Years of experience working for companies like Accenture, Deloitte, Cognizant, Capgemini etc.,


Who this course is for:

  • Beginners who are new to programming or who want to revise or want to get good C Programming skills

Course content

12 sections • 30 lectures

DATA TYPES in C Programming Preview 20:26

printf and scanf [Read values from user] Preview 08:35

Format Specifiers in C Preview 11:55

Operators in C Preview 30:47

Overview of Control Structures Preview 03:52

if, if..else, if..else if..else conditions Preview 08:50

Conditional (Or) Ternary Operator in C Preview 04:55

SWITCH Case in C Preview 15:02

"FOR Loop" in C Language Preview 11:58

"While" Loop in C Language Preview 08:38

"do while" Loop in C Language Preview 12:09

"Nested for" loop in C Language Preview 08:35

"break" in C Language Preview 12:15

"continue" in C Language Preview 11:09

"goto" in C Language Preview 05:33

Functions - Declaring and Defining a function in C Preview 14:54

RECURSION in C Preview 08:08

Arrays - Introduction Preview 12:42

Arrays - In detail with examples Preview 11:57

Pointers - Introduction Preview 09:19

Call by Value (vs) Call by Reference Preview 09:57

Memory Management in C Preview 09:20

Structures and Unions - Example programs Preview 14:14

C-Program to read data from file Preview 09:55

C-Program to write / append data to file Preview 08:28