CodeArchaeology
  • Home
  • Languages
  • Encyclopedia
  • Blog
  • Getting Docker
  • About

C

Hello World in C

December 17, 2025 chello-worldbeginnergetting-started

Every programming journey starts with Hello World. This example is particularly special in C - it’s the original Hello World, first appearing in the 1978 K&R book “The C Programming …

Read more →

Variables and Types in C

March 8, 2026 cvariablestypesdata-types

C is a statically typed, weakly typed language — every variable has a fixed type declared at compile time, but the compiler allows many implicit conversions between types. This combination gives C its …

Read more →

CodeArchaeology

Exploring programming languages from the popular to the obscure - proving they all still run on modern machines

Quick Links

  • Home
  • Languages
  • Encyclopedia
  • Blog
  • Getting Docker
  • About

Recent Languages

  • ChaiScript
  • Cairo
  • C/C++ Preprocessor
  • Bzip2
  • C Shell

© 2026 CodeArchaeology. All rights reserved.

Built with Hugo | Examples on GitHub