Skip to content

Compilation Process

This part is not discussed in CS106B, but I want to put it here.

static Keyword

The static keyword on definition of a variable specifies static or thread storage duration and internal linkage.

[!!TODO:TODO]https://en.cppreference.com/w/cpp/language/storage_duration

Some clipboards https://en.wikipedia.org/wiki/Translation_unit_(programming)