Advanced C Programming

You will gain a deep understanding of pointers, memory allocation, and advanced concepts like multithreading and network programming.

191 lessons

Lifetime access

Access Online

Certificate of Completion

Course Price:

17999

What you will learn:

Instructions & Operators

Functions

Pointers

Recursion

Arrays

Strings

Structures

Requirements:

Basic Computer Operations

Description:

Welcome to the Advanced C certification course! In this course, you will learn the intricacies of the C programming language, starting from advanced data structures to advanced algorithms. You will gain a deep understanding of pointers, memory allocation, and advanced concepts like multithreading and network programming. The course is designed to benefit you in several ways. First and foremost, you will gain a thorough understanding of C programming, which is a highly valued skill in the software industry. Additionally, you will learn to write efficient, scalable, and maintainable code, which is crucial for building robust and reliable software systems. Finally, the course will provide you with real-world learning opportunities through practical exercises and projects. You will learn how to apply your knowledge to solve complex problems and build real-world applications, which will help you to develop your programming skills and boost your employability. By the end of this course, you will have a deep understanding of the C programming language and be well-equipped to tackle challenging programming problems in the real world.

Your Tutor

Vivek Pillai

Vivek Pillai

Vivek Pillai is pursuing Computer Science at the prestigious Indian Institute of Technology (IIT) Dharwad. With a passion for computer science and programming, Vivek has been exploring the field since his high school years. He is driven by a desire to learn new things and solve complex problems, which has led him to pursue his degree in computer science. IIT Dharwad provided him with a strong foundation in computer science, particularly in the areas of Data Structures and Algorithms. It was during this time that he began to explore the practical applications of DSA and how it could be used to solve real-world problems. Along with his academic pursuits, Vivek has also been actively tutoring and creating educational videos on Data Structures and Algorithms for Bit Byte Binary. This project has allowed him to further develop his skills in DSA and share his knowledge with others. Vivek's goal is to inspire and motivate fellow students to explore the world of computer science and programming. Through his tutor based videos, he hopes to make these topics more accessible and understandable for students who are just starting to explore the field.

Aditya sujeet Zanjurne

Aditya sujeet Zanjurne

Aditya Sujeet Zanjurne is a CSE sophomore at IIT Dharwad with a passion for coding that dates back to his school days. With a deep interest in various programming languages like C, C++, Java, and Python, he has a constant thirst to explore and learn more about these languages. Aditya's love for programming is so intense that even when he has to prepare a pdf, he codes. Since joining IIT Dharwad, Aditya has been on the lookout for an opportunity to use his programming skills to help others. This led him to become a tutor at Bit Byte Binary, where he teaches C programming. Aditya is thrilled about this opportunity as it allows him to expand his knowledge of C programming and share his expertise with others. He hopes to make a meaningful impact by helping others learn and grow in the field of programming.

Course Content

Module 1 (17 lessons)

Getting Started

video
14:21

Types of C variables

video
09:35

First C program

video
15:27

printf() and its Purpose

video
15:16

Receiving Inputs

video
07:12

Example 1

video
08:10

Example 2

video
11:40

Example 3

video
10:37

Instructions and Operators

video
06:15

Arithmetic Instructions

video
16:54

Type Conversion

video
08:45

Hierarchy of Operations

video
12:12

Example 1

video
08:44

Example 2

video
15:24

Variables and datatypes Concept

video
02:12

Module 1 test

quiz
00:00

Assignment Module1

assignment
00:00
Module 2 (38 lessons)

If-else construct

video
11:53

if-else statement

video
12:28

Example 1

video
11:23

Example 2

video
14:02

Example 3

video
15:15

else if statement and operators

video
13:44

else if statement and operators (Contd)

video
15:52

else if statement and operators (Contd)

video
09:37

else if statement Examples

video
13:41

else if statement Example 2

video
11:20

else if statement Example 3

video
09:26

else if statement Example 4

video
13:07

switch case statement

video
10:41

switch case statement (Contd)

video
12:16

switch case statement Example 1

video
06:45

switch case statement Example 2

video
02:20

switch case statement Example 3

video
11:32

switch case statement Summary

video
01:48

while loop

video
07:52

while loop (Contd)

video
10:31

while loop Example 1

video
09:18

while loop Example 2

video
08:28

while loop Example 3

video
14:27

while loop Example 4

video
07:48

while loop Summary

video
02:36

for loop and do while loop

video
07:48

for loop and do while loop (Contd)

video
13:57

Nested Loops

video
04:43

Multiple statements in for

video
18:06

do - while loop

video
04:32

Example 1

video
12:20

Example 2

video
13:34

Example 3

video
06:52

Summary

video
02:18

For While-Do While Concept

video
02:18

if else Concept

video
02:35

Module 2 Test

quiz
00:00

Assignment Module2

assignment
00:00
Module 3 (27 lessons)

Functions

video
07:34

Functions (Contd)

video
09:17

Passing values to fucntions

video
18:07

Scope rule in functions

video
07:06

Using Library Functions

video
09:53

Functions Example 1

video
12:12

Functions Example 2

video
09:26

Functions Summary

video
01:47

Pointers

video
10:58

Pointer Notation

video
14:15

Function Calls

video
08:14

Application of Function calls

video
05:46

Example 1

video
06:30

Example 2

video
07:03

Example 3

video
07:08

Example 4

video
07:12

Summary

video
02:27

Recursion

video
10:41

Recursion and Stack

video
11:10

Example 1

video
08:30

Example 2

video
07:34

Example 3

video
19:29

Pointers Concept

video
01:39

Functions Concept

video
02:26

Recursion Concept

video
02:16

Test

quiz
00:00

Assignment Module3

assignment
00:00
Module 4 (42 lessons)

What are Arrays ?

video
14:43

More about Arrays

video
14:35

Arrays Example 1

video
02:35

Arrays Example 2

video
04:52

Arrays Example 3

video
05:02

Arrays Example 4

video
10:02

Arrays Example 5

video
08:21

Pointers and Arrays

video
17:31

Pointers and Arrays (Contd)

video
05:23

Arrays to a function

video
06:58

Arrays Example 1

video
02:47

Arrays example 2

video
03:58

Arrays example 3

video
05:59

Arrays Example 4

video
04:59

Summary

video
03:03

Two - Dimensional Array

video
09:19

Pointers and Two - Dimensional Arrays

video
06:00

Pointers to an Array

video
11:22

Array of Pointers

video
06:39

Arrays Example 1

video
03:22

Arrays Example 2

video
04:26

Arrays Example 3

video
07:13

Arrays Example 4

video
05:41

Summary

video
01:31

Strings

video
16:07

Pointers and strings

video
15:26

Example 1

video
10:12

Example 2

video
08:03

Example 3

video
09:41

Example 4

video
11:19

Summary

video
02:04

Multiple Strings

video
05:34

Array of pointers to strings

video
05:21

Limitations of array of pointers to strings

video
08:57

Example 1

video
06:08

Example 2

video
12:06

Example 3

video
09:33

Summary

video
02:14

Arrays Concept

video
03:10

Strings Concept

video
01:49

Module 4 Test

quiz
00:00

Assignment Module4

assignment
00:00
Module 5 (13 lessons)

Structures

video
04:17

Declaring a structure

video
08:49

Storing Structured Elements

video
04:16

Array of Structures

video
11:59

Additional features of structures

video
09:06

Example 1

video
02:27

Example 2

video
03:16

Example 3

video
14:36

Example 4

video
18:41

Summary

video
02:46

Structures Concept

video
02:06

Module 5 Test

quiz
00:00

Assignment Module5

assignment
00:00
Module 6 (22 lessons)

Console I/O

video
03:28

Formatted Console I/O Functions

video
10:51

Escape Sequences

video
08:54

Unformatted Console I/O Functions

video
04:03

gets() and puts()

video
05:26

Example 1

video
06:03

File I/O

video
02:38

File Operations

video
15:12

String (Line) I/O in files

video
08:49

Example 1

video
09:54

Example 2

video
12:21

Summary

video
01:39

Typecasting

video
08:29

Macro Expansion

video
04:53

File Inclusion

video
07:12

Using argc and argv

video
04:11

Mini project

video
07:10

Mini project (Contd)

video
13:23

Mini project (Contd)

video
20:49

Summary

video
05:30

Module 6 Test

quiz
00:00

Assignment Module6

assignment
00:00
Module 7 (31 lessons)

DSA Intro

video
17:07

stacks

video
20:52

Queue

video
46:13

Linked List

video
47:59

CLL

video
41:23

DLL

video
40:23

Tree

video
35:04

bst1

video
56:30

Heap

video
36:22

Hash

video
31:28

Graph1

video
58:26

Graph 2

video
41:07

BFS

video
40:46

DFS

video
36:09

Shortest Path

video
01:27:56

MST1

video
51:07

APSP

video
27:20

Sort

video
01:18:15

Sort-1

video
28:27

ASYMP

video
34:19

Data Structure Concept

video
02:00

Graphs Concept

video
01:45

Hashing Concept

video
02:00

Heaps Concept

video
02:10

Linked List Concept

video
01:50

Queues Concept

video
01:30

Searching and Sorting Concept

video
01:54

Stacks Concept

video
01:25

Trees Concept

video
01:57

Module 7 Test

quiz
00:00

Assignment Module7

assignment
00:00
Final Certification Examination (1 lessons)

Final Test

quiz
00:00