#include <stdio.h> void function(); int main(int argc, char* argv[]) { int a = 5; function(); printf("Hello world!\n"); return 0; }
Pointers, double pointers, pointer arithmetics, dereferencing, everything in a short and compact guide that you can reference anytime!