1.1 Features & Application of C
1.2 Structure of C Program
- Compiler
- Lexical Analysis Phase
- Syntax Analysis
- Semantic Analysis
- Intermediate Code Generation
- Code Optimizer
- Code Generation
- Interpreter
- Difference between Interpreter and Compiler
- Step by Step Execution of C Program
1.3 Types of Languages
1.5 Tokens in C Programming
- Tokens Chart
- Variables
- Constants
- Keywords
- Character Set
- Operators
- Assignment
- Arithmetic
- Increment and Decrement
- Relational and Logical
- Bitwise
- [ : ? ] Operator
- & and * Pointer Operators
- Comma
- Dot (.)
- Arrow(–>)
- [ ] and ( ) Operators
- Special Characters
- White Spaces in C
- Expressions
1.6 Data Types
- Integer
- Float
- Character
- Enum
1.7 Declaration and Definition
1.8 Comment
- What is Comment ?
- Rules of Wring Comments
- Single Line Comment
- Multi Line Comment
- Difference Between Single and Multline Comment
1.9 Rules
- Variable Name
- Constant
- Float
- Character
1.10 General
- Expressions
- Spacing and Braces
- Order of Evaluation