C Programming can improve career prospects. Become a great dev in other languages.
Overview
|
mb | ||
C Language Introduction and features
|
mb | ||
First C Program
|
mb |
Overview
|
mb | ||
Install Software (Windows)
|
mb | ||
Install Software (Linux)
|
mb | ||
Install Software (Mac)
|
mb |
Variables, Data Types
|
mb | ||
Arithmetic Operators
|
mb | ||
Logical and Relational Operators
|
mb | ||
First Program on Operators
|
mb | ||
Type Conversions & Conditional Expressions
|
mb | ||
Bitwise Operators
|
mb | ||
Program on Bitwise Operators
|
mb |
If Else
|
mb | ||
Nested If Else
|
mb | ||
Switch Case Statements
|
mb | ||
While and For loop
|
mb | ||
Do-While loop
|
mb | ||
Break and Continue
|
mb | ||
Goto & Labels
|
mb |
Functions Basics and return types
|
mb | ||
Scope Rules
|
mb | ||
The C Preprocessor
|
mb | ||
Recursion
|
mb |
Pointers and addresses
|
mb | ||
Arrays
|
mb | ||
One dimensional Array
|
mb | ||
Multidimensional Array
|
mb |
Overview
|
mb | ||
Malloc and Calloc
|
mb |
Overview
|
mb | ||
What is a Structures
|
mb | ||
What is a Union
|
mb |
Input from file (fstream)
|
mb |
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!