C Programming updated 2026
Course Description
Have you never programmed a computer before, and think or have been told that C is a good programming language to get started with. It is!
Maybe you have some experience with other programming languages, but want to learn C. It's a great language to add to your resume!
Or perhaps you are stuck in a low paying programming job, and want to move up to a better, more senior position. Learning C can help you!
The fact is, learning how to program in C is not only an excellent programming language to get started with, but it will also make you a better programming in other computer languages!
Why learn C ?
C is often considered to be the mother of all languages because so many other languages have been based on it.
Though C is simple it is one of the most powerful languages ever created. Considering it was created over 40 years ago, it is still used heavily and is usually in the top 5 or 10 most popular and most widely programming languages in the world.
Learning C can actually make you a better programming in other languages like C++, Java, or C# by equipping you with a mental model of what the computer is actually doing when you run your programs.
By learning how things really work "under the hood", and understand memory space, CPU architecture and so on, you can create more efficient programs, and obtain a huge advantage over other programmers in the process.
If you want to become a better developer, learning C is a great way to start!
Why enrolling in this course is the best decision you can make.
By the end of this course, you will understand the fundamentals of the C Programming Language, and make yourself more marketable for entry level programming positions.
You will understand variables and the different data types, be able to utilize functions and arrays, understand the concept of pointers, learn about control flow (decision statements and iteration).
You will be in a position to apply for real-time programming positions, and truly understand the core language that most modern languages are based on!
If you have previously used the C programming language, then this course will deepen your understanding of it. If you have never used it, no problem, you will see that it can help you become a more efficient C developer.
The course will be constantly refined in the future based on student feedback!
This course does not skip on the details. You will learn how to write high quality code and become an excellent problem solver. This course does not just present how to code in the C programming language, but, also includes all the details on "why" you are doing the things you are doing. At the end of this course, you will fully understand the concepts of the C Programming language.
Your instructor, Jason Fedin has been teaching students for over 12 years via online classes at over 10 different online Universities. He has created many different class curriculums, ranging from mobile programming to bash scripting to Object-Oriented Design and of course the C programming language.
Additionally, he has been developing software for over 16 years in the real world at various companies, specializing in Object-Oriented Development and Mobile Applications.
This means you are learning from someone who has all the professional training, skills, and experience you need to teach you how to become proficient in the C programming language.
Course Curriculum
- 1.c introuction
- 2.what is c language
- 3.how to install sublime & gcc
- 4.turbo x++ lnstallation
- 5.Hello World Program in c
- 6.C Addition Part -1
- 7.c sample program
- 8.c tokens
- 9.c data types sample program
- 10.c int data type sample program
- 11.c int example
- 12.c formatted & unfomatted io functions
- 13.c escape sequences
- 14.c escape sequences another sample program
- 15.c format specifiers
- 16.c variables
- 17.c variable naming rules
- 18.c variable program
- 19.c variable program-2
- 20.c global variable program
- 21.c stratic variable program
- 22.c local variable program
- 23.c keywords
- 24.c constants basics
- 25.c integer constans
- 26.c real contonts
- 27.c character constants
- 28.c backslash constants
- 29.c constants program
- 30.c formatted &unformatted io functions
- 31.c constants & Delimeters
- 33.c Arithmetic operators
- 34.c Arithmetic operators sample program
- 35.c Relational operators
- 36.c Relational operators Another Example program
- 37.c Logical operators
- 38.c Logical operators Another Example program
- 39.c Bitwise operators
- 40.c Bitwise operator Another Example porgram
- 41.c Assignment operators-1
- 42.c Assignment operators-2 (2)
- 44.c Misc operators
- 45.c Unary operators (2)
- 45.c Unary operators
- 46.c Ternary operators
- 47.c special operators (2)
- 48.Addition program in c
- 49.c conditional statements Basics
- 50.c if statement
- 51.c if else if statement
- 52. c Nested if statement
- 54.c switch Rules Tutorial
- 55.c switch program
- 56.c switch program part-1 (2)
- 57.c Nested switch Basics
- 58. c Nested switch program
- 59. c switch Another Example program
- 60. c break statement
- 61. Even or odd Number progarm
- 62. Armstrong Number program
- 63. 60 c celsius to farenhiet program (2)
- 63. 60 c celsius to farenhiet program
- 64. fibonacci program
- 65.palindrome progarm
- 66.sum of N Number
- 67.Loop concepts with program
- 68.c Array Basics Tutorial
- 69. c Array introuction
- 70.How To Declaee array in c
- 71.How To lnitialize Array in c
- 72.c single Array progarm
- 73.csingle Array program
- 74. c 2d array intro tamil
- 75 . What is Mulit -Dimensional Array in c
- 76. How To lnitialize Multi-Dimensional Array in c (2)
- 76. How To lnitialize Multi-Dimensional Array in c
- 78. 2D Array program {other program}
- 79.3D Array (2)
- 79.3D Array
- 80. c pointers Basic program
- 81. c ponitres expression program
- 82. introduction to c poniters Array
- 83. c pointers selection sort
- 84. c poniters Multi Dimenensional Array program
- 85. What is Function in cFunction Declaration Function Definion
- 86. c Funtion prototypes
- 87. call by value &call by reference program
- 88. How to pass array as funtions
- 89.introduction to c string
- 90.c string Manipulation program
- 91.c Math Library
- 92. c Type Library
- https://drive.google.com/file/d/1F_-3sMwws2gLqZ0OGTn7-qwqZvkSJhhT/view?usp=drive_link
- 95.Linear search lmplenmentation in c
- 97. Binary search lmplementation in c
- 98. Enum Theory & program
- 99.c storage class use auto register
- 100. storage class static Extern
- 102. Difference Between union structure
- 103, c stucture poniters Example
- 104. How is memory optimized using bits
- 105. What is typeDef in c
- 106. How to create custom header file and include it
- 107. How to type cast in c
- 108. single Macro Macro function use of Macros
- 109. How to handle file read and write poerations in c
- 110. c conditional Basics
- 111. c conditional statement Basics