Site Tools


list-of-c-concepts

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
list-of-c-concepts [February 25, 2026 at 12:18] yanevskivlist-of-c-concepts [August 26, 2026 at 11:41] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +# List of C concepts
  
 +- [[c-do-while-0]]
 +- [[c-duffs-device]]
 +- [[c-x-macros]]
 +- [[c-variadic-macros]]
 +- [[c-function-pointers]]
 +- [[c-bit-fields]]
 +- [[c-flexible-array-members]]
 +- [[c-memory-alignment]]
 +- [[c-type-punning]]
 +- [[c-restrict-qualifier]]
 +- [[c-volatile-qualifier]]
 +- [[c-designated-initializers]]
 +- [[c-compound-literals]]
 +- [[c-token-pasting]]
 +- [[c-weak-symbols]]
 +- [[c-static-assertions]]
 +- [[c-vla]]
 +- [[c-pragma-directives]]
 +- [[c-function-attributes]]
 +- [[c-tail-call-optimization]]
 +- [[c-goto-error-handling]]