C Programming is the best language to learn as a beginner. This is a beginner guide to learn C Programming.
Basic Theory:
Constants
Type Conversion
Comments
Operators:
Conditional operators
C Decision Making:
If Statement
If Else Statement
Nested If Else Statement
If Else If Ladder
Ternary Operator
Switch Case Statement
looping Statement:
While Loop
Do While Loop
For Loop
Nested Loop
Break Statement
Continue Statement
Go to Statement
Function and Pointer:
Function
Pointer
Recursion
Storage Classes
array:
Array Overview
Single Dimensional Array
Multi-Dimensional Array
Passing Array To Function
Array Of Pointer