Learn C language in Hindi through FREE videos

If you are new to the programming world and confused about which language should you learn among several programming languages, then vanish out all your confusions and learn C language in Hindi. Even if you want to excel in other programming language then also it is worth learning.
This course will give you all required knowledge to make computer programs. You will be learning about all the common and elementary ingredients of programming languages. We recommend you to follow all the lectures in a sequential manner to gain it maximum.




C language is also useful in campus preparation and learning various aspects of computer fundamentals.

Watch videos to learn C language in the simplest way possible. Here is the list of videos
Installation setup guide
How to install code blocks
How to use code blocks for C language
Begin Course
Lecture 1: Introduction to C Language Part-1 (Hindi)
Lecture 1: Introduction to C Language Part-2 (Hindi)
Lecture-1: Introduction to C Language Part-3 (Hindi)
Lecture-2: Identifiers in C Language Part 1 (Hindi)
Lecture-3 Data Type Declaration Instruction in C Part 1 (Hindi)
Lecture-4 Input Output Instruction in C Part 1 (Hindi)
Lecture-4 Input Output Instruction in C Part 2 (Hindi)
Lecture-4 Input Output instruction in C Part 3 (Hindi)
Lecture 4 Input Output Instruction in C Part 4 (Hindi)
How to use gotoxy in code blocks Hindi
What are ASCII codes?
Lecture-5 Aritmetic Instruction in C Part 1 (Hindi)
Lecture-5 Arithmetic Instruction in C Part 2 (Hindi)
Lecture-5 Arithmetic Instruction in C part 3 (Hindi)
Modulus Operator (%) in C Hindi
Lecture-5 Arithmetic Instruction in C Part 4 (Hindi)
Bitwise NOT (~) Operator in C language (Hindi)
Lecture-5 Aritmetic Instruction in C Part 5 (Hindi)
Lecture-5 Arithmetic Instruction in C Part 6 (Hindi)
Lecture-5 Arithmetic Instruction in C Part 7 (Hindi)
Conditional Operator (?:) in C language
Compound Assignment Operator
Lecture-6 Decision Control in C Part 1 (Hindi)
Lecture-6 Decision Control in C Part 2 (Hindi )
Lecture-6 Decision Control in C Part 3 (Hindi)
Nested if else in C language
if else ladder in C language






Lecture-7 Loops in C Part 1 (Hindi)
Lecture-7 Loops in C Part 2 (Hindi)
Lecture-7 Loops in C Part 3 (Hindi)
Lecture-8 Switch case in C Part 1 (Hindi)
Lecture-9 Functions in C Part 1 (Hindi)
Lecture-9 Functions in C Part 2 (Hindi)
Lecture-9 Functions in C Part 3 (Hindi)
Lecture-9 Functions in C Part 4 (Hindi)
Lecture-9 Functions in C Part 5 (Hindi)
Lecture-10 Recursion in C Part 1 (Hindi)
Lecture-11 Arrays in C Part 1 (Hindi)
Lecture-11 Arrays in C Part 2 (Hindi)
Lecture-12 Two Dimensional Arrays in C Part 1 (Hindi)
When to use an array | Hindi

Lecture-13 Strings in C Part 1 (Hindi)
Lecture-13 Strings in C Part 2 (Hindi)
Lecture-14 Pointers in C Part 1 (Hindi)
Lecture-14 Pointers in C Part 2 (Hindi)
Lecture-15 Application of Pointers in C Part 1 (Hindi)
Lecture-15 Application of Pointers in C Part 2 (Hindi)
Lecture-15 Application of Pointers in C Part 3 (Hindi)
Lecture-15 Application of Pointers in C Part 4 (Hindi)
Lecture-15 Application of pointers in C Part 5 (Hindi)
Lecture-16 Structure in C Language Part 1 (Hindi)
Lecture 16 Structure in C language Part 2 Hindi
Lecture-17 union in C Language Part 1 (Hindi)
Lecture-18 Dynamic Memory Allocation in C Language Part 1 (Hindi)
Lecture-18 Dynamic Memory Allocation in C language Part 2 (Hindi)
Lecture-19 Enumerators in C Language (Hindi)
Lecture-20 typedef in C language (Hindi)
Lecture-21 Preprocessor Command #include in C Language (Hindi)
Lecture-22 Preprocessor Command #define #undef in C Language (Hindi)
Lecture-23 Preprocessor Commands in C Language (Hindi)
Lecture-24 File Handling in C Language (Hindi)
Lecture-25 Writing in a file in C Language (Hindi)
Lecture-26 File Opening Modes in C Language (Hindi)
Lecture-27 Reading from a file in C Language (Hindi)
Lecture-28 Reading from file using fgets in C Language (Hindi)
Lecture-29 Writing in a file using fputs in C Language (Hindi)
Lecture-30 Writing file using fwrite function in C language (Hindi)
Lecture-31 Reading from a file using fread in C language (Hindi)
Lecture-32 Writing in a file using fprinf function in C language (Hindi)
Lecture-33 Reading from a file using fscanf function in C language (Hindi)
Lecture-34 Storage classes in C Language Part 1 of 2 (Hindi)
Lecture-34 Storage classes in C language Part 2 of 2 (Hindi)
Lecture-35 Bit Fields in C Language (Hindi)
Lecture-36 Command Line Arguments in C language (Hindi)
Lecture-37 How to use graphics in code blocks in C language (Hindi)
Lecture-38 How to draw circle, rectangle, line in C graphics (Hindi)
Lecture-39 How to draw an ellipse in C graphics (Hindi)
Lecture-40 How to set drawing color in C graphics (Hindi)
Lecture-50 const in C Language (Hindi)
Special Lectures on Pointers in C
What is Wild Pointer in C Language (Hindi)
What is NULL Pointer in C language(Hindi)
What is void pointer in C language (Hindi)
What is dangling Pointer in C language (Hindi)
What is function Pointer in C language? (in Hindi)

Programming Skill development Tips
#1 What is dry run? part 1 of 2
#1 What is dry run? part 2 of 2
Find Output of C program | Dry Run Example