Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

C Language Tutorials in Hindi

CodeWithHarry via YouTube

Overview

In this latest course on C language tutorials in 2019 in Hindi , we will learn how to write efficient and powerful C programs using modern tools. 

C programming is one of the most requested topics on this channel which is why I created this c programming for beginners course. Learning C programming in Hindi is a good decision for people who are comfortable in learning in their mother tongue rather than English. 

These c programming tutorials will clear all your c programming basics and fundamentals. I will constantly give exercises and quizzes throughout this course. 

I once again welcome you to this c programming tutorial for beginners video series.

C is a language of programming developed in 1972 at the Bell Laboratories of AT & T, USA. A man named Dennis Ritchie designed and wrote it. In the late seventies C began to replace that time's more familiar languages such as PL / I, ALGOL, etc. Nobody was pushing C. It was not the language of the' official' Bell Labs. Thus, the reputation of C has spread without any advertisement and its pool of users has grown.

Ritchie seems to have been rather surprised that so many programmers preferred C to older languages such as FORTRAN or PL / I, or newer languages such as Pascal and APL. That's what happened, though. Possibly why C seems so popular is because it's reliable, simple and easy to use. In addition, a language that has survived for more than 3 decades must be really good in an industry where new languages, tools and technologies emerge and vanish day in and day out.

Some of the topics covered by this course includes C Tutorial, What is C Language, History of C,  Features of C, How to install C, First C Program, Flow of C Program, printf, scanf, Variables in C, Data Types in c, Keywords in c, C Operators, C Comments, C Escape Sequence, Constants in C, C Fundamental Test, C Control Statements, C if-else, C switch, C Loops, C do-while loop, C while loop, C for loop, C break, C continue, C goto, Type Casting, C Control Statement, C Functions, What is function, Call: Value & Reference, Recursion in c, Storage Classes, C Functions Test, C Array, 1-D Array, 2-D Array, Array to Function, C Array Test, C Pointers, C Pointers, C Pointer to Pointer, C Pointer Arithmetic, C Pointers, C Dynamic Memory, Dynamic memory, C Strings, String in C, C gets() & puts(), C String Functions, C strlen(), C strcpy(), C strcat(), C strcmp(), C strrev(), C strlwr(), C strupr(), C strstr(), C String Test, C Math, C Math Functions, C Structure Union, C Structure, C Array of Structures, C Nested Structure, C Union, C Structure Test, C File Handling, C File Handling, C fprintf() fscanf(), C fputc() fgetc(), C fputs() fgets(), C fseek(), C rewind(), C ftell(), C Preprocessor, C Preprocessor, C Macros, C #include, C #define, C #undef, C #ifdef, C #ifndef, C #if, C #else, C #error, C #pragma, C Preprocessor Test, C Command Line, Command Line Arguments in C.

I hope you will like and enjoy this course. Happy Learning!

Syllabus

Why Learn C Programming Language? : C Tutorial In Hindi #1.
What Is Coding & C Programming Language? : C Tutorial In Hindi #2.
Install & Configure VS Code With C Compiler: C Tutorial In Hindi #3.
Basic Structure of C Program in Hindi: C Tutorial In Hindi #4.
Basic Syntax Of A C Program: C Tutorial In Hindi #5.
Variables & Data Types In C: C Tutorial In Hindi #6.
Operators In C: C Tutorial In Hindi #7.
C Programming Exercise 1 - Multiplication Tables: C Tutorial In Hindi #8.
C Format Specifiers and Escape Sequences With Examples : C Tutorial In Hindi #9.
If Else Control Statements In C: C Tutorial In Hindi #10.
Switch Case Control Statements In C: C Tutorial In Hindi #11.
Loops In C: C Tutorial In Hindi #12.
Do While Loop In C: C Tutorial In Hindi #13.
While Loop In C: C Tutorial In Hindi #14.
For Loop In C: C Tutorial In Hindi #15.
Break and Continue Statements In C: C Tutorial In Hindi #16.
Goto Statement In C: C Tutorial In Hindi #17.
Typecasting In C: C Tutorial In Hindi #18.
Functions In C: C Tutorial In Hindi #19.
C Exercise 1: Multiplication Table Solution + Shoutouts: C Tutorial In Hindi #20.
Recursive Functions: Recursion In C: C Tutorial In Hindi #21.
C Exercise 2: Units and Conversions: C Tutorial In Hindi #22.
Arrays In C: C Tutorial In Hindi #23.
Exercise 2: Solution + Shoutouts: C Tutorial In Hindi #24.
Exercise 3 On Recursions: C Tutorial In Hindi #25.
Pointers In C: C Tutorial In Hindi #26.
Arrays And Pointer Arithmetic In C: C Tutorial In Hindi #27.
Exercise 3 On Recursions: Solution + Shoutouts: C Tutorial In Hindi #28.
Is Recursion Always Good? : C Tutorial In Hindi #29.
Exercise 4: Printing Star Patterns In C: C Tutorial In Hindi #30.
Call by Value & Call By Reference In C: C Tutorial In Hindi #31.
Passing Arrays As Function Arguments: C Tutorial In Hindi #32.
Star Pattern In C - Exercise 4 Solution: C Tutorial In Hindi #33.
Strings In C: C Tutorial In Hindi #34.
String Functions In C & string.h Library: C Tutorial In Hindi #35.
Array Reversal In C - Exercise 5: C Tutorial In Hindi #36.
Structures In C: C Tutorial In Hindi #37.
Typedef In C: C Tutorial In Hindi #38.
Unions In C: C Tutorial In Hindi #39.
C Language Array Reversal Exercise 5: Solution: C Tutorial In Hindi #40.
C Language HTML Parser Exercise 6: C Tutorial In Hindi #41.
Static Variables In C: C Tutorial In Hindi #42.
C Tutorial HTML Parser Exercise 6: Solution and Shoutouts: C Tutorial In Hindi #43.
C Language Travel Agency Manager Exercise 7: C Tutorial In Hindi #44.
Memory Layout of C Programs - Dynamic Memory Allocation : C Tutorial In Hindi #45.
C Language Travel Agency Manager Exercise 7 Solution: C Tutorial In Hindi #46.
Dynamic Memory Allocation Malloc Calloc Realloc & Free(): C Tutorial In Hindi #47.
C Language Employee Manager Exercise 8: C Tutorial In Hindi #48.
Storage Classes In C Auto, Extern, Static & Register Storage Classes: C Tutorial In Hindi #49.
Employee Manager In C - Exercise 8 Solution: C Tutorial In Hindi #50.
Coding Rock, Paper, Scissors In C Exercise 9: C Tutorial In Hindi #51.
Void Pointer In C Language: C Tutorial In Hindi #52.
NULL Pointer In C Language: C Tutorial In Hindi #53.
Dangling Pointer In C Language: C Tutorial In Hindi #54.
Wild Pointer In C Language: C Tutorial In Hindi #55.
Rock, Paper & Scissors In C Language - Exercise 9 Solution: C Tutorial In Hindi #56.
Matrix Multiplication In C Language - Exercise 10: C Tutorial In Hindi #57.
C Pre-processor Introduction & Working: C Tutorial In Hindi #58.
#define and #include Preprocessor Directives: C Tutorial In Hindi #59.
Predefined Macros & Other Pre-processor Directives: C Tutorial In Hindi #60.
Matrix Multiplication in C - Exercise 10 Solution: C Tutorial In Hindi #61.
File I/O In C: C Tutorial In Hindi #62.
Check Palindrome In C Language - Exercise 11: C Tutorial In Hindi #63.
Functions For File I/O In C Language: C Tutorial In Hindi #64.
Palindrome Number Program in C Language: C Tutorial In Hindi #65.
Automated Receipt Generator In C - Exercise 12: C Tutorial In Hindi #66.
File modes, fgets, fputs, fgetc, fputc & more on C file handling: C Tutorial In Hindi #67.
Command Line Arguments In C: C Tutorial In Hindi #68.
Automated Bill Generator In C (Solution) - Exercise 12: C Tutorial In Hindi #69.
Command Line Calculator In C - Exercise 13: C Tutorial In Hindi #70.
[Solved] Command Line Calculator In C Ex.13 : C Tutorial In Hindi #71.
Function Pointers In C: C Tutorial In Hindi #72.
Callback Functions Using Function Pointers In C: C Tutorial In Hindi #73.
Exercise 14 Area of the Circle Using Function Pointers: C Tutorial In Hindi #74.
Memory Leak In C: C Tutorial In Hindi #75.
Area of Circle In C Exercise 14 Solution: C Tutorial In Hindi #76.

Taught by

CodeWithHarry

Reviews

4.3 rating, based on 3 Class Central reviews

Start your review of C Language Tutorials in Hindi

  • Profile image for Sneha
    Sneha
    Such a very useful content . It's really helpful for me . The way he explain the topics and the problem is easy to understand.
  • Janki Ramlal Bhilavekar
    Yaha videos dekar acchh laga c language tutorials in Hindi kuch shikanje ko naya mila hume
    I like your course review in the course I am happy files
  • Pathan Furquan Khan Bismillah Khan
    Good for beginners who want to learn c language in very easiest way in hindi medium the teacher is also so good

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.