C
Introduction
Types
Conditional
Iteration
Memory management
Pointers
datatype *ptr_name;int *ptr;Operators
* (asterisk)
& (ampersand)
Dynamic memory allocation
malloc()
calloc()
realloc()
free()
Tips
Functions
Structures
Multi-file
Last updated