C Language Reference Manual
Comprehensive reference materials covering standard C library headers, language keywords, compiler flags, and syntax standards for ANSI and ISO C.
C Data Types Reference — Sizes, Ranges & Modifiers
Comprehensive reference for C primitive data types: int, float, double, char, size limits, format tokens, and signed or unsigned qualifiers.
C Format Specifiers — Complete Printf & Scanf Tokens
Full reference guide to C printf and scanf format specifiers: %d, %f, %s, %c, %p, width flags, and precision modifiers with tested code.
C Reserved Keywords Reference — Complete ISO 32+ List
Master all 32 ANSI C reserved keywords plus modern C99, C11, and C23 keywords with clear syntactical rules, definitions, and tested code.
C Operators Reference — Precedence, Types & Symbols
Complete C operators reference guide: arithmetic, relational, logical, bitwise, and assignment operators with precedence rules and code.
C Standard Library Functions — Headers & Quick Reference
Comprehensive guide to standard C library header functions across stdio.h, stdlib.h, string.h, and math.h with syntax and tested code.