
Following are the posts you should read in order, comment doubts if any, also checkout the Miscellaneous section below that has some cool technical posts useful for coding knowledge.
All the best for your journey to be a programmer! Please enjoy this series and have fun!
- Introduction
- Introduction to Newbie Programmer Series
- Introduction to Computer
- The Computer Programming Language
- Setting up the Computer for Programming
- Lets Get Started !
- Beginning C Programming
- Variables a Handbag !
- Basic Variable types in C
- Basic Formatted Output
- Basic Formatted Input
- Loops
- Operators
- Introduction to Operators
- Arithmetic Operators
- Relational Operators
- Logical Operators
- Bitwise Operators
- Miscellaneous Operators and Operators Precedence
- Controlling the Flow
- Flow Charts
- Conditional Statements
- Using Goto and Label
- Break and Continue the loops
- Switch the Cases!
- Some Practical Applications of Control Flow
- The program structure
- The program Structure
- Functions
- More Concepts of Functions
- Scope of the Variables across functions
- How the C language itself Works ?
- Scope of the Variables across files
- Static Variables
- Auto and Register Variables
- #define PreProcessor
- Some more PreProcessors
- Arrays and Structures
- Introduction to Arrays
- Arrays: some more Concepts
- Arrays: Cool Examples
- Introduction to Structures
- Structures: Some more Concepts
- Structures: Some Examples
- File Management
- Miscellaneous