Topic List
Last updated
Last updated
Basic Programming
Program Structure, Comment, Keywords
Data Type, Constant, Variable
Format Specifier, Input, Output
Size, Limit, Modifier
Escape Sequence
Formatted Input Output
Operators and Expressions
Assignment Operator
Arithmetic Operator
Relational Operator
Logical Operator
Bit Wise Operator
Increment, Decrement Operator
Miscellaneous Operators
Comma Operator (,)
Sizeof Operator (sizeof)
Reference/Address Operator (&)
Pointer/Dereferencing Operator (*)
Membership Operator (.)
Member Selection Operator ( ->)
Ternary Operator (? : )
Operator Precedence and Associativity
Control Flow
(truth value, if, else, else if, if else if ladder, nested if)
(while, do while, for, nested loop)
& Recursion
Variable Scope (Global, Local)
Storage Classes (Auto, Extern, Static, Register)
Library Function
& String
, Dynamic Memory Allocation (DMA)
Structure, Union
File
Miscellaneous Topic
Preprocessor
Enumeration
Red color topics require more exercise.