• Post category:StudyBullet-17
  • Reading time:13 mins read

C to Learn Programming Technique : C to Master Skills
C is to Develop Programming Technique and to Master in C , all the basic concepts of C , SCRATCH to DATA STRUCTURE

What you will learn

Programming techniques helps to develop Skills | Basic concepts of C Language gets strong | Learn and Understand all the topics of C Language in Depth

Description

Step by Step explanation of each topics in C Language with lots of programs . This C Language course is aimed at complete Beginners and intermediate programmers. No previous programming experience is required . Explanation of C Language  program is in Flowchart to clear the concept and then implementation of program in C to better understand . Unique and easy methods to develop programming skills in  C and to understand the Basic concepts of C Language topics . Theoretical and practical explanation of all topics – Array , Pointers ,Functions , Structure etc. Easy approach to understand each topics of C Language.


Get Instant Notification of New Courses on our Telegram channel.


English
language

Content

INTRODUCTION

Introduction of C
Introduction of C Language
Computer Basic & Programming Technique
Hardware & Software Co-ordination
C Tokens
Variables and Datatypes
Code Blocks Installation
Steps to work in Code::Blocks | Steps to create your first program in C
Declaration of C Variables
Explanation of Header files and Library files
Use of Type Specifiers in C Language
Use of & sign with variables
About Main function and other syntax

IF STATEMENT

Explanation of First Program of C Language in Flowchart
Explanation of First Program of C Language in Code – Blocks
Explanation of Second Program in Flowchart
Explanation of Second Program
Single If Statement Program (Flow Chart)
Single If Statement Program Explanation
If… else if Statement Program (Flowchart)
If …. else if Statement Program
Multiple Selection Program (Flow chart)
Multiple Selection Program
Continuous If Program (Flow Chart)
Continuous If Statement Program
Nested If Statement Program (Flow Chart)
Nested If Statement Program
Use of getchar and putchar functions program

LOOP

First Program of Loop (Flowchart)
First Program of Loop (While Loop)
First Program of Loop (For Loop)
Second Program of Loop (Flow Chart)
Second Program of Loop (While Loop)
Second Program of Loop ( For Loop )
Third Program of Loop ( Flow Chart)
Third Program of Loop
Fourth Program of Loop ( Flow Chart )
Fourth Program of Loop ( While Loop )
Fourth Program of Loop ( For Loop )
Loop With If Statement Program ( Flow Chart )
Loop With If Statement Program
Loop with If Statement Second Program Continue…
Loop with if Statement Second Program
Loop Within Loop Explanation with Real Time Example
Loop Within Loop Program Explanation in Flow chart
Loop Within Loop Program

SWITCH CASE

Switch Case Program ( Use of Integer Value)
Switch Case Program ( Use of Character Value)
Switch Case Program ( Continue …)
Switch Case Program

ARRAY

Explanation of Array
First Program of Array
Second Program of Array
Third Program of Array
Fourth Program of Array
Fifth Program of Array
Sixth Program of Array (Loop with if)
Double Dimension Array Program
Program of Sum of two Matrices
Program of Multiplication of two Matrices ( Continue …)
Program of Multiplication of two Matrices
Selection Sort ( Continue…)
Selection Sort
Bubble Sort ( Continue …. )
Bubble Sort Program

FUNCTIONS

What is Function
First Program of Function ( Continue …)
First Program of Function
Second Program of Function ( Return Value ) Continue….
Second Program of Function ( Return Val)
Third Program of Function
Fourth Program of Function
Fifth Program of Function
Sixth Program of Function
Seventh Program of Function Continue…
Seventh Program of Function
Eighth Program of Function
Ninth Program of Function
Tenth Program of Function (Use of Different Datatypes)
Use of void with Function

RECURSIVE FUNCTION

Recursive Function ( Continue … )
Recursive Function
Program of Recursion

POINTER

Explanation of Pointer continue…
Explanation of Pointer
Pointers And Arrays

POINTERS AND FUNCTIONS

Call By Reference Program
Second Program( Call by Reference)
Third Program – Call by Reference (continue…)
Third Program – Call by Reference
Fourth Program – (Call by Reference – continue..)
Fourth Program (Call by Reference)

POINTERS AND ARRAYS

Pointers And Arrays Program ( Continue…)
Pointer And Arrays Program
Array of Pointer Program

ARRAY WITH FUNCTIONS

First Program – Array with Function(Call by Value) Continue..
First Program (Array with Function , Call by Value)
Second Program(Array with function , Call by Reference ,continue..)
Second Program(Array with Function , Call by Reference)
Third Program ( Passing Entire Array in Function ,continue…)
Third Program (Passing Entire Array in Function)

STRUCTURE | UNIONS

What is Structure
Structure Program
Array of Structure Program
Structure and Functions
Structure and Functions Program
Union
Union Program

FILE MANAGEMENT IN C

FIle Handling ( Explain of Program with help of Diagram)
File Handling Program
File Handling Second Program (Continue..)
File Handling Second Program

HANDLING OF CHARACTER STRINGS

Character Strings
Character String First Program
Character String Second Program (Flowchart)
Character String Second Program
Character String Third Program (Flowchart)
Character String Third Program
Character String Fourth Program (Flowchart)
Character String Fourth Program
Character String Fifth Program ( Flowchart)
Character String Fifth Program

DYNAMIC MEMORY ALLOCATION

Dynamic Memory Allocation (malloc , calloc , realloc)
Dynamic Memory Allocation Program

DATA STRUCTURE ( LINKED LISTS)

Linked Lists
Structure Pointer
Linked List ( First Program)
Linked List ( Second Program)
Linked List ( Create Node Program)
Linked List ( Add Node Program ) Continue…
Linked List ( Add Node Program)
Linked List ( Display Nodes Program ) Continue…
Linked List ( Display of Nodes)
Linked List ( Link and Display of all nodes Program)
Linked List ( Sum of data of all nodes ) Continue…
Linked List ( Sum of data of all nodes)
Linked List ( Add new New Node Before a First Node ) Continue…
Linked List ( Add new New Node Before First Node)
Linked List ( Add new New Node after a Node ) Continue….
Linked List ( Add new New Node after a Node )
Linked List ( Delete First Node Program )
Linked List ( Delete Last Node Program ) Continue
Linked List ( Delete Last Node Program )
Linked List Program
Linked List Program ( Swap values of nodes ) continue..
Linked List Program ( Swap data of nodes )
Linked List Program by use of Recursive function
Linked List Program – Recursive
Linked List Program – Use of Recursive function
Circular Linked List
Circular Linked List Program
Reverse Linked List
Reverse Linked List Program
Doubly Linked List